# 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 = "unleash-types" version = "0.14.0" authors = [ "Christopher Kolstad ", "Simon Hornby ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "API types for Unleash (https://github.com/Unleash/unleash) client features API response" homepage = "https://github.com/Unleash/unleash-types-rs" readme = "README.md" license = "MIT" repository = "https://github.com/Unleash/unleash-types-rs" [lib] name = "unleash_types" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" optional = true [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.derive_builder] version = "0.20.2" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.utoipa] version = "5" features = ["chrono"] optional = true [dependencies.xxhash-rust] version = "0.8.12" features = ["xxh3"] optional = true [dev-dependencies.serde_qs] version = "0.13.0" [dev-dependencies.test-case] version = "3.3.1" [features] default = [] hashes = [ "xxhash-rust", "base64", ] openapi = ["utoipa"]