# 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 = "itsdangerous" version = "0.4.1" authors = ["Jake "] include = ["src/*.rs", "Cargo.toml"] description = "Rust port of the popular itsdangerous python library for signing strings and sending them over untrusted channels." homepage = "https://github.com/discordapp/itsdangerous-rs" documentation = "https://docs.rs/itsdangerous" readme = "README.md" license = "MIT" repository = "https://github.com/discordapp/itsdangerous-rs" [package.metadata.docs.rs] all-features = true [dependencies.base64] version = "0.10.1" [dependencies.generic-array] version = "0.12.0" [dependencies.hmac] version = "0.7.0" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.sha-1] version = "0.8.1" [dependencies.typenum] version = "1.10.0" [features] nightly = [] serializer = ["serde", "serde_json"]