# 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 = "jute" version = "0.1.2" authors = ["Naman Bishnoi "] description = "An opinionated JOSE library that implements JWT, JWS, JWE, JWA and JWK." homepage = "https://n3n.org/" documentation = "https://docs.rs/jute" readme = "README.md" keywords = [ "jwt", "json", "jose", "jwe", "jws", ] categories = [ "authentication", "web-programming", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/n3nx/jute" [lib] name = "jute" path = "src/lib.rs" test = true doctest = true doc = true [dependencies.base64ct] version = "1.6.0" features = ["std"] [dependencies.hex] version = "0.4.3" features = ["alloc"] [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.16.0" [dependencies.ring] version = "~0.16.20" [dependencies.serde] version = "1.0.184" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.time] version = "0.3.28" features = ["std"] default-features = false [dev-dependencies.serde_test] version = "1.0" [features] strict = []