1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3# Copyright (c) 2023 Huawei Device Co., Ltd. 4# Licensed under the Apache License, Version 2.0 (the "License"); 5# you may not use this file except in compliance with the License. 6# You may obtain a copy of the License at 7# 8# http://www.apache.org/licenses/LICENSE-2.0 9# 10# Unless required by applicable law or agreed to in writing, software 11# distributed under the License is distributed on an "AS IS" BASIS, 12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13# See the License for the specific language governing permissions and 14# limitations under the License. 15 16[package] 17name = "tar_rust" 18version = "0.1.0" 19edition = "2021" 20 21# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 22 23[dependencies] 24clap = { version = "4.3.19", features = ["derive"] } 25glob = "0.3.1" 26lz4_flex = { version = "0.11", default-features = false, features = ["frame"], optional = true } 27tar = "0.4.39" 28walkdir = "2.3.3" 29ylong_runtime = { git = "https://gitee.com/openharmony-sig/commonlibrary_rust_ylong_runtime.git", features = ["full"]} 30libc = "0.2.101" 31 32[features] 33compress_lz4_flex = ["dep:lz4_flex"] 34