# 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 = "secwords" version = "2.1.1" authors = ["just-do-halee "] description = "secure and safe password container." homepage = "https://github.com/just-do-halee/secwords" documentation = "https://docs.rs/secwords" readme = "README.md" keywords = ["algorithms", "security", "temporary", "password"] categories = ["cryptography", "algorithms", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/just-do-halee/secwords" [package.metadata.docs.rs] no-deps = true [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.unicode-normalization] version = "0.1.19" default-features = false [dependencies.utils-results] version = "5.2.1" default-features = false [dependencies.vep] version = "2.1.0" default-features = false [dependencies.zeroize] version = "1.4.1" [dev-dependencies.sha2] version = "0.9.6" [features] default = ["std"] std = ["unicode-normalization/default", "utils-results/default", "vep/default", "hex/default"]