# 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.69" name = "nss_core" version = "0.1.0" authors = ["noshishi"] exclude = ["/tests"] include = ["/src"] publish = true description = "nssi core logic" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nopeNoshishi/nss_core" [dependencies.anyhow] version = "1" [dependencies.bincode] version = "1.3.3" [dependencies.byteorder] version = "1.4.3" [dependencies.chrono] version = "0.4.6" [dependencies.colored] version = "2" [dependencies.dirs] version = "4.0.0" [dependencies.flate2] version = "1.0.25" [dependencies.hex] version = "0.4.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.sha-1] version = "0.9.1" [dependencies.similar] version = "2.2.1" [dependencies.thiserror] version = "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_core" workflow = "Rust"