# 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 = "service_utils_rs" version = "0.1.3" authors = ["code-serenade "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A brief description of your crate" homepage = "https://github.com/code-serenade/service_utils_rs" documentation = "https://docs.rs/service_utils_rs" readme = "README.md" license = "MIT" repository = "https://github.com/code-serenade/service_utils_rs" [package.metadata.docs.rs] features = ["jwt"] [lib] name = "service_utils_rs" path = "src/lib.rs" [[example]] name = "jwt_example" path = "examples/jwt_example.rs" [[example]] name = "string_util_example" path = "examples/string_util_example.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.7.1" [dependencies.chrono] version = "0.4.38" [dependencies.config] version = "0.14.0" [dependencies.futures-util] version = "0.3.30" [dependencies.jsonwebtoken] version = "9.3.0" optional = true [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.23.1" [features] full = ["jwt"] jwt = ["jsonwebtoken"]