# 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" name = "b3s" version = "0.1.84" description = "blake3 sum then ed25519 sign" homepage = "https://github.com/i18n-site/rust/tree/main/b3s" license = "Apache-2.0" repository = "https://github.com/i18n-site/rust.git" [lib] name = "b3s" path = "src/lib.rs" [[bin]] name = "b3s" path = "src/main.rs" [dependencies.aok] version = "0.1.3" [dependencies.base64] version = "0.21.7" [dependencies.cget] version = "0.1.2" [dependencies.clap] version = "4.4.18" features = ["cargo"] [dependencies.cmdv] version = "0.1.1" [dependencies.current_platform] version = "0.2.0" [dependencies.ed25519-dalek] version = "2.1.0" features = [ "signature", "rand_core", ] [dependencies.genv] version = "0.1.6" [dependencies.ifs] version = "0.1.7" features = ["hash"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.static_init] version = "1.0.3" [dependencies.tokio] version = "1.36.0" features = [ "fs", "macros", "rt", "rt-multi-thread", "time", "io-util", ] [dev-dependencies.aok] version = "0.1.3" [dev-dependencies.loginit] version = "0.1.10" [dev-dependencies.static_init] version = "1.0.3" [dev-dependencies.tokio] version = "1.36.0" features = [ "macros", "rt", "rt-multi-thread", "time", "sync", ] [features]