# 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" rust-version = "1.60" name = "bty" version = "0.2.0" authors = ["Luiz Felipe Gonçalves "] description = "Streamlined definition and usage of branded types in Rust" documentation = "https://docs.rs/bty" readme = "README.md" keywords = [ "branded-types", "brand", "type-tag", "tag", "safety", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/lffg/bty" [dependencies.paste] version = "1" [dependencies.serde] version = "1" optional = true default-features = false [dependencies.sqlx-core] version = "0.6" optional = true [dependencies.uuid] version = "1" optional = true default-features = false [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] default = ["serde"] serde = ["dep:serde"] sqlx = ["dep:sqlx-core"] uuid = ["dep:uuid"] uuid-v4 = [ "uuid", "uuid/v4", ] uuid-v7 = [ "uuid", "uuid/v7", ]