# 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-api" version = "0.3.0" description = "The base types used throughout Auxon's Modality SDK" homepage = "https://auxon.io/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/auxoncorp/modality-sdk" [dependencies.minicbor] version = "0.13.1" features = [ "std", "derive", ] optional = true [dependencies.ordered-float] version = "3.7.0" [dependencies.proptest] version = "1.0" features = ["std"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dependencies.uuid] version = "1.0" features = ["v4"] [features] client = ["minicbor"] default = ["client"] proptest_strategies = ["dep:proptest"] serde = ["dep:serde"]