# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.73" name = "blobary-cli" version = "0.3.0" authors = ["Arto Bendiken"] publish = true description = "Blobary command-line interface (CLI)" homepage = "https://github.com/artob/blobary" documentation = "https://github.com/artob/blobary/blob/master/README.md" readme = "README.md" keywords = [ "blob", "blob-storage", "blob-store", ] categories = [ "data-structures", "database-implementations", "filesystem", ] license = "Unlicense" repository = "https://github.com/artob/blobary" [[bin]] name = "blobary" path = "src/main.rs" [dependencies.argfile] version = "0.1.6" [dependencies.blobary] version = "0.3.0" [dependencies.bs58] version = "0.5.0" optional = true [dependencies.bytesize] version = "1.3.0" [dependencies.cap-tempfile] version = "2.0.0" [dependencies.clap] version = "4.4.6" features = [ "color", "derive", "unicode", ] [dependencies.dirs] version = "5.0.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.rayon] version = "1.8.0" [dependencies.sevenz-rust] version = "0.5.3" optional = true [dependencies.shadow-rs] version = "0.24.1" [dependencies.tar] version = "0.4.40" optional = true [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.url] version = "2.4.1" [dependencies.wild] version = "2.2.0" [dependencies.zip] version = "0.6.6" optional = true [build-dependencies.shadow-rs] version = "0.24.1" [features] 7z = ["dep:sevenz-rust"] base58 = ["dep:bs58"] default = [ "base58", "encrypt", "gzip", "lz4", "magic", "redis", "s3", "sqlite", "tar", "tracing", ] dmg = [] encrypt = ["blobary/encrypt"] gzip = ["blobary/gzip"] lz4 = ["blobary/lz4"] magic = ["blobary/magic"] redis = ["blobary/redis"] s3 = ["blobary/s3"] sqlite = ["blobary/sqlite"] tar = ["dep:tar"] tracing = ["blobary/tracing"] zip = ["dep:zip"]