# 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-mutator-protocol" version = "0.3.0" description = "The protocol definition of the Modality mutation plane mutator." homepage = "https://auxon.io/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/auxoncorp/modality-sdk" [dependencies.async-trait] version = "0.1.52" [dependencies.minicbor] version = "0.13.1" features = [ "std", "derive", ] optional = true [dependencies.modality-api] version = "0.3.0" [dependencies.schemars] version = "0.8.8" features = [ "uuid1", "chrono", ] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dependencies.uuid] version = "1" features = [ "std", "v4", "v5", "serde", ] default-features = false [dev-dependencies.tokio] version = "1" features = ["macros"] [dev-dependencies.tracing] version = "0.1" [features] cbor = ["dep:minicbor"] default = [] proptest_strategies = ["modality-api/proptest_strategies"] schemars = ["dep:schemars"] serde = [ "dep:serde", "uuid/serde", "modality-api/serde", ]