# 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 = "rust_utilities" version = "0.2.0" authors = ["MedzikUser "] description = "Utilities for Rust" homepage = "https://github.com/MedzikUser/rust-utilities" keywords = [ "crypto", "cryptography", ] license = "MIT" repository = "https://github.com/MedzikUser/rust-utilities.git" resolver = "2" [dependencies.chrono] version = "0.4.19" optional = true [dependencies.hex] version = "0.4.3" optional = true [dependencies.jsonwebtoken] version = "8.1.0" optional = true [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.sha-1] version = "0.10.0" optional = true [dependencies.sha2] version = "0.10.2" optional = true [features] crypto = [] default = ["full"] full = [ "crypto", "sha", "jsonwebtoken", ] jsonwebtoken = [ "dep:jsonwebtoken", "chrono", "crypto", ] sha = [ "sha-1", "sha2", "hex", "crypto", ]