# 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 = "cataclysm-jwt" version = "0.1.3" description = "Simple session creator for JWT handling in cataclysm" readme = "README.md" keywords = [ "server", "cataclysm", "jwt", ] license = "MIT" repository = "https://github.com/Arthur-phys/cataclysm-jwt" [dependencies.base64] version = "0.21.2" [dependencies.cataclysm] version = "0.3.0-beta.2" features = ["ws"] [dependencies.chrono] version = "0.4.26" [dependencies.reqwest] version = "0.11.18" [dependencies.ring] version = "0.16.20" [dependencies.rsa] version = "0.9.2" features = ["sha2"] [dependencies.serde] version = "1.0.164" [dependencies.serde_json] version = "1.0.96" [dev-dependencies.tokio] version = "1.28.2" features = ["full"] [features] delta-start = [] jwt-alg = [] jwt-use = [] lax-security = []