# 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 = "tag_password" version = "0.1.3" description = "An advanced Rust library leveraging the type system to statically determine password hashing status for enhanced security." homepage = "https://devs.transitions.ag/" documentation = "https://docs.rs/tag_password" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/TransitionsAg/tag_password" [dependencies.argon2] version = "0.5.2" optional = true [dependencies.async-graphql] version = "6.0.11" optional = true [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] optional = true [dependencies.serde] version = "1.0.193" features = ["derive"] optional = true [features] argon2 = [ "dep:argon2", "dep:rand_core", ] default = [ "argon2", "serde", ] graphql = ["dep:async-graphql"] serde = ["dep:serde"]