# 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.74" name = "prople-crypto" version = "0.3.3" authors = ["rstlix0x0 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A set of libraries and function helpers to maintain cryptography data based on Prople system requirements" documentation = "https://docs.rs/prople-crypto" readme = "README.md" keywords = [ "prople", "cryptography", ] categories = ["cryptography"] license = "GPL-3.0-only" repository = "https://github.com/prople/crypto" [lib] name = "prople_crypto" path = "src/lib.rs" doctest = false [dependencies.rst-common] version = "~1" features = [ "standard", "with-errors", "with-cryptography", ]