# 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 = "narrowlink-token-generator" version = "0.2.6" authors = ["Narrowlink "] include = [ "Cargo.toml", "LICENSE", "sample_token-generator.yaml", "src/**/*", "*help.arg", ] description = "Token generator for narrowlink" homepage = "https://narrowlink.com" readme = "README.md" keywords = ["narrowlink"] license = "MPL-2.0" repository = "https://github.com/narrowlink/narrowlink" [[bin]] name = "narrowlink-token-generator" path = "src/main.rs" [dependencies.clap_lex] version = "0.7.1" default-features = false [dependencies.dirs] version = "5.0.1" default-features = false [dependencies.jsonwebtoken] version = "9.3.0" default-features = false [dependencies.narrowlink-types] version = "0.2.6" default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] default-features = false [dependencies.serde_yaml] version = "0.9.34" default-features = false [dependencies.thiserror] version = "1.0.61" default-features = false [dependencies.uuid] version = "1.8.0" features = [ "serde", "v4", ] [lints.clippy] unwrap_used = "warn"