# 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 = "dswt" version = "0.1.4" authors = ["ash-entwisle"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An alternate webtoken format" homepage = "https://github.com/ash-entwisle/dswt" readme = "README.md" license = "AGPL-3.0-or-later" license-file = "LICENSE" repository = "https://github.com/ash-entwisle/dswt" [profile.release] opt-level = 3 lto = true debug = 0 panic = "abort" [lib] name = "dswt" path = "src/lib.rs" [[bin]] name = "dswt" path = "src/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.hmac] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.203" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.117" [dependencies.sha2] version = "0.10.8"