# 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 = "libpep" version = "0.3.1" authors = ["Bernard van Gastel "] description = "implementation of PEP primitives, offering pseudonimization and encryption interfaces" homepage = "https://www.bitpowder.com/libs/libpep-rust/" readme = "README.md" keywords = [ "crypto", "pep", "pseudonimization", ] categories = ["command-line-interface"] license = "Apache-2.0" repository = "https://gitlab.com/bitpowder/indigo-ng" [package.metadata.deb] assets = [ [ "peppy.1", "usr/man/man1/", "444", ], [ "target/release/peppy", "usr/bin/peppy", "555", ], ] depends = "" name = "peppy" [package.metadata.freebsd] assets = [ [ "peppy.1", "man/man1/", "444", ], [ "target/release/peppy", "bin/peppy", "555", ], ] [[bin]] name = "peppy" required-features = ["build-binary"] [dependencies.buildinfy] version = "^0.1" optional = true [dependencies.commandy] version = "^0.2" optional = true [dependencies.commandy_macros] version = "^0.2" optional = true [dependencies.crashy] version = "^0.1" features = ["sentry"] optional = true [dependencies.curve25519-dalek] version = "4.1.1" features = ["rand_core"] default-features = false [dependencies.rand] version = "^0.8" default-features = false [dependencies.rand_core] version = "^0.6" default-features = false [dependencies.sha2] version = "0.10.5" default-features = false [dev-dependencies.rand_core] version = "^0.6" features = ["getrandom"] [features] build-binary = [ "buildinfy", "commandy", "commandy_macros", "rand/std", "rand_core/std", "crashy", ] default = ["std"] std = []