# 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 = "pkstl" version = "0.1.0" authors = ["elois "] description = "Public Key Secure Transport Layer." readme = "README.md" keywords = ["security", "transport", "cryptography"] license = "AGPL-3.0" repository = "https://github.com/librelois/pkstl" [lib] path = "src/lib.rs" [dependencies.bincode] version = "1.2.0" optional = true [dependencies.chacha20-poly1305-aead] version = "0.1.2" [dependencies.clear_on_drop] version = "0.2.3" [dependencies.failure] version = "0.1.5" [dependencies.flate2] version = "1.0.11" optional = true [dependencies.log] version = "0.4.*" [dependencies.ring] version = "0.16.9" [dependencies.serde] version = "1.0.*" features = ["derive"] optional = true [dependencies.serde_cbor] version = "0.10.2" optional = true [dependencies.serde_json] version = "1.0.40" optional = true [dev-dependencies.pretty_assertions] version = "0.6.1" [features] bin = ["bincode", "ser"] cbor = ["serde_cbor", "ser"] default = ["zip-sign"] json = ["serde_json", "ser"] ser = ["zip-sign", "serde"] zip-sign = ["flate2"]