# 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 = "rustywt" version = "0.1.0" authors = ["Joao Prado joaoprado275@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple JWT (JSON Web Token) crate implemented in Rust, focusing on the HS256 (HMAC SHA-256) algorithm." homepage = "https://github.com/joaoprado-rs/rustywt" documentation = "https://docs.rs/rustywt" readme = "README.md" keywords = [ "jwt", "jsonwebtoken", "authentication", "rust", ] categories = [ "authentication", "cryptography", ] license = "MIT" repository = "https://github.com/joaoprado-rs/rustywt" [lib] name = "rustywt" path = "src/lib.rs" [[bin]] name = "rustywt" path = "src/main.rs" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.4.1" [dependencies.hmac] version = "0.12.1" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.sha2] version = "0.10.8"