# 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 = "2021" name = "tenet" version = "0.0.4" authors = ["Sam Huddart "] description = "A godawful JWT implementation" keywords = ["jwt", "poor_implentation"] license = "AGPL-3.0" repository = "https://github.com/samhdev/tenet" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.hmac] version = "0.12.0" optional = true [dependencies.http] version = "^0.2.6" optional = true [dependencies.serde] version = "1.0.131" features = ["derive"] [dependencies.serde_json] version = "1.0.73" [dependencies.sha2] version = "0.10.0" optional = true [features] HS256 = ["hmac", "sha2"] HS512 = ["hmac", "sha2"] default = ["HS256"]