# 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 = "jls" version = "0.1.0" authors = ["Santiago Alessandri"] description = "Implementation of the simple JSON Licensing Scheme for issuing and/or verifying licenses" homepage = "https://github.com/salessandri/jls" readme = "README.md" keywords = ["licensing"] categories = [ "authentication", "config", "cryptography", ] license = "MIT" repository = "https://github.com/salessandri/jls" [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.jose-jwk] version = "^0.1" [dependencies.jose-jws] version = "^0.1" [dependencies.rsa] version = "^0.9" features = ["sha2"] [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.uuid] version = "^1.4" features = ["serde"] [dev-dependencies.lazy_static] version = "^1.4"