# 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 = "snowflake-jwt" version = "0.3.1" authors = [ "Andrew Korzhuev ", "Artem Semenov ", ] description = "Snowflake JWT token generator" documentation = "http://docs.rs/snowflake-jwt/" readme = "README.md" keywords = [ "snowflake", "database", "api", "jwt", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/mycelial/snowflake-rs" [dependencies.base64] version = "0.22" [dependencies.jsonwebtoken] version = "9" [dependencies.rsa] version = "0.9" [dependencies.serde] version = "1" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.ureq] version = "2" features = ["json"]