# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "crypto2" version = "0.1.2" authors = ["luozijun "] description = "cryptographic algorithms" documentation = "https://docs.rs/crypto2" keywords = ["Cryptography"] license = "MIT" repository = "https://github.com/shadowsocks/crypto2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = false overflow-checks = false incremental = false [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false panic = "unwind" overflow-checks = false incremental = false [dependencies] [dev-dependencies.hex] version = "0.4" [features] default = ["std", "openssh"] nightly = [] openssh = [] std = []