# 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 = "2018" name = "fernet" version = "0.2.2" authors = [ "Alex Gaynor ", "Ben Bangert ", ] description = "An implementation of fernet in Rust." homepage = "https://github.com/mozilla-services/fernet-rs/" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/mozilla-services/fernet-rs/" [package.metadata.docs.rs] features = ["fernet_danger_timestamps"] [dependencies.aes] version = "0.8" optional = true [dependencies.base64] version = "0.22" [dependencies.byteorder] version = "1" [dependencies.cbc] version = "0.1" features = ["alloc"] optional = true [dependencies.getrandom] version = "0.2" [dependencies.hmac] version = "0.12" optional = true [dependencies.openssl] version = "0.10" optional = true [dependencies.sha2] version = "0.10" optional = true [dependencies.subtle] version = "2.4" optional = true [dependencies.zeroize] version = "1.0" features = ["zeroize_derive"] [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.time] version = "0.3" features = ["parsing"] [features] default = ["openssl"] fernet_danger_timestamps = [] rustcrypto = [ "aes", "cbc", "sha2", "hmac", "subtle", ] [badges.travis-ci] repository = "mozilla-services/fernet-rs"