# 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.65" name = "nssi" version = "0.1.7" authors = ["noshishi"] exclude = [ "/picture", ".*", "/how_to_make", ] include = ["/src"] publish = true description = "Git-like Command Line Interface" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nopeNoshishi/nss" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.6" [dependencies.clap] version = "4.0.32" [dependencies.colored] version = "2" [dependencies.flate2] version = "1.0.25" [dependencies.hex] version = "0.4.2" [dependencies.nss_core] version = "0.1.0" [dependencies.sha-1] version = "0.9.1" [dependencies.toml] version = "0.7.4" [dependencies.whoami] version = "1.4.0" [dev-dependencies.testdir] version = "0.7.3" [badges.github] repository = "nopeNoshishi/nss" workflow = "Rust"