# 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] name = "web_token" version = "1.0.0" authors = ["Terry Raimondo "] description = "Easy to use Web Token for Rust" homepage = "https://github.com/terry90/rs_web_token" readme = "README.md" license = "MIT" repository = "https://github.com/terry90/rs_web_token" [package.metadata.docs.rs] all-features = true [dependencies.diesel] version = "2.0.0" optional = true [dependencies.diesel-derive-newtype] version = "2.0.0-rc.0" optional = true [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.70" optional = true [dependencies.serde_derive] version = "1.0.70" optional = true [dev-dependencies.serde_json] version = "1.0.24" [features] diesel_support = [ "diesel", "diesel-derive-newtype", ] serde_support = [ "serde", "serde_derive", ]