# 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 = "paseto" version = "2.0.2+1.0.3" authors = ["Cynthia Coan "] description = "An alternative token format to JWT" license = "MIT" repository = "https://github.com/instructure/paseto" [dependencies.base64] version = "^0.13" [dependencies.blake2] version = "^0.9.1" optional = true [dependencies.chacha20poly1305] version = "^0.8.0" optional = true [dependencies.chrono] version = "^0.4" features = ["serde"] optional = true [dependencies.failure] version = "^0.1" [dependencies.failure_derive] version = "^0.1" [dependencies.openssl] version = "~0.10.24" optional = true [dependencies.ring] version = "^0.16" features = ["std"] [dependencies.serde_json] version = "^1.0.0" optional = true [dependencies.time] version = "^0.2" features = ["serde"] optional = true [dev-dependencies.hex] version = "^0.4.0" [features] default = ["v1", "v2", "easy_tokens_chrono"] easy_tokens_chrono = ["serde_json", "chrono"] easy_tokens_time = ["serde_json", "time"] v1 = ["openssl"] v2 = ["blake2", "chacha20poly1305"]