# 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 = "modality-auth-token" version = "0.2.0" description = "Provides standardized access to local modality auth tokens." homepage = "https://auxon.io/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/auxoncorp/modality-sdk" [dependencies.dirs] version = "4.0.0" [dependencies.hex] version = "0.4" [dependencies.proptest] version = "1.0" features = ["std"] optional = true default-features = false [dependencies.schemars] version = "0.8.8" features = [ "uuid1", "chrono", ] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.proptest] version = "1.0" features = ["std"] default-features = false [features] default = [] test_support = ["proptest"]