# 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 = "aliri" version = "0.6.4" authors = ["Marcus Griep "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementations of the Javascript/JSON Object Signing and Encryption (JOSE) standards" readme = "README.md" keywords = [ "jwk", "jwa", "jose", "jwt", "auth", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/neoeinstein/aliri" resolver = "2" [package.metadata.docs.rs] features = [ "rsa", "ec", "hmac", "private-keys", ] rustc-args = [ "--cfg", "docsrs", ] [package.metadata.workspaces] independent = true [lib] name = "aliri" path = "src/lib.rs" [dependencies.aliri_base64] version = "0.1.7" features = ["serde"] [dependencies.aliri_braid] version = "0.4.0" [dependencies.aliri_clock] version = "0.1.0" features = ["serde"] [dependencies.once_cell] version = "1.19" [dependencies.openssl] version = "0.10" optional = true [dependencies.regex] version = "1" [dependencies.ring] version = "0.17" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.tracing-test] version = "0.2.4" [features] default = [ "hmac", "rsa", ] ec = ["openssl"] hmac = [] no-unstable = [] private-keys = ["openssl"] rsa = [] unstable = []