# 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-wasi07" version = "1.0.7" authors = ["Cynthia Coan "] description = "An alternative token format to JWT" license = "MIT" repository = "https://github.com/instructure/paseto" [dependencies.aead] version = "0.2" [dependencies.base64] version = "0.12.0" [dependencies.blake2] version = "0.8" [dependencies.chacha20poly1305] version = "0.4.1" [dependencies.chrono-wasi07] version = "^0.4" features = ["serde"] optional = true [dependencies.constant_time_eq] version = "0.1" [dependencies.ed25519-dalek] version = "1.0.0-pre" optional = true [dependencies.failure] version = "^0.1" [dependencies.failure_derive] version = "^0.1" [dependencies.openssl] version = "~0.10.24" optional = true [dependencies.rand] version = "0.7" [dependencies.serde_json] version = "^1.0.0" optional = true [dev-dependencies.hex] version = "^0.4.0" [features] default = ["v2", "easy_tokens"] easy_tokens = ["serde_json", "chrono-wasi07"] v1 = ["openssl"] v2 = ["ed25519-dalek"]