# 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 = "passdata" version = "0.0.2" authors = ["Bryant Luk "] include = [ "src/**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "Authentication and authorization data in a logic programming language." documentation = "https://docs.rs/passdata/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bluk/passdata" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.either] version = "1.9.0" default-features = false [dependencies.generic-array] version = "0.14.7" [dependencies.paste] version = "1.0.14" [dependencies.typenum] version = "1.16.0" default-features = false [dev-dependencies.lazy_static] version = "1.4.0" [features] alloc = [] default = ["std"] std = []