# 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 = "septid" version = "0.2.0" authors = ["Chris West (Faux) "] description = "Pure Rust implementation of the spiped protocol" readme = "README.md" categories = [ "cryptography", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/FauxFaux/septid" [profile.release] lto = true [[bin]] name = "septid" required-features = ["cli"] [dependencies.aes] version = "0.8" [dependencies.anyhow] version = "1.0" [dependencies.async-std] version = "1" [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.crypto-mac] version = "0.11" [dependencies.ctr] version = "0.9" [dependencies.ctrlc] version = "3" features = ["termination"] optional = true [dependencies.futures] version = "0.3" [dependencies.getopts] version = "0.2" optional = true [dependencies.hmac] version = "0.12" features = ["std"] [dependencies.log] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.pbkdf2] version = "0.12" [dependencies.pin-project] version = "1" [dependencies.pretty_env_logger] version = "0.5" optional = true [dependencies.rand] version = "0.8" [dependencies.sha2] version = "0.10" [dependencies.subtle] version = "2" [dependencies.zeroize] version = "1" [dev-dependencies.pretty_env_logger] version = "0.5" [features] cli = [ "ctrlc", "getopts", "pretty_env_logger", ] default = ["cli"] [badges.travis-ci] repository = "FauxFaux/septid"