# 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 = "helpers" version = "0.4.2" authors = ["ush2a"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "self use helper library" homepage = "https://github.com/JQiue/helpers" documentation = "https://docs.rs/helpers/latest/helpers/" readme = "README.md" license = "MIT" repository = "https://github.com/JQiue/helpers.git" [package.metadata.docs.rs] all-features = true [lib] name = "helpers" path = "src/lib.rs" [dependencies.base16ct] version = "=0.2.0" features = ["alloc"] [dependencies.bcrypt] version = "=0.15.1" [dependencies.blake3] version = "1.5.5" [dependencies.chrono] version = "=0.4.37" [dependencies.jsonwebtoken] version = "=9.3.0" [dependencies.md-5] version = "0.10.6" [dependencies.nanoid] version = "=0.4.0" [dependencies.rand] version = "=0.8.5" [dependencies.rust-argon2] version = "=2.1.0" [dependencies.serde] version = "=1.0.204" features = ["derive"] [dependencies.serde_json] version = "=1.0.115" [features] default = [] hash = [] jwt = [] rand = [] time = [] uuid = []