# 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-mutation-plane" version = "0.3.0" description = "The protocol definition of the Modality mutation plane." 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", ] [dependencies.modality-mutator-protocol] version = "0.3" features = [ "cbor", "serde", "proptest_strategies", ] [dependencies.uuid] version = "1" features = [ "std", "v4", "v5", "serde", ] default-features = false [dev-dependencies.modality-mutator-protocol] version = "0.3" features = [ "cbor", "serde", "proptest_strategies", ] [dev-dependencies.proptest] version = "1.0" features = ["std"] default-features = false