# 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 = "wick-interface-types" version = "0.17.0" exclude = [ "tests/*", ".github/*", ".gitignore", ] description = "Types used by Wick components" homepage = "https://candle.dev" documentation = "https://candle.dev" readme = "README.md" keywords = [ "types", "wick", "wasmflow", ] categories = [] license = "Apache-2.0" repository = "https://github.com/candlecorp/wick" [dependencies.derive_builder] version = "0.12" default-features = false [dependencies.nom] version = "7.1" features = ["alloc"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" optional = true default-features = false [dependencies.serde_repr] version = "0.1" default-features = false [dependencies.serde_yaml] version = "0.9" optional = true default-features = false [dev-dependencies.anyhow] version = "1.0" features = ["std"] default-features = false [dev-dependencies.env_logger] version = "0.10" default-features = false [dev-dependencies.pretty_assertions] version = "1.3" features = ["std"] default-features = false [dev-dependencies.rstest] version = "0.18" default-features = false [dev-dependencies.serde_json] version = "1.0" default-features = false [dev-dependencies.serde_yaml] version = "0.9" default-features = false [dev-dependencies.test-log] version = "0.2" default-features = false [features] default = [ "yaml", "parser", ] parser = ["nom"] typeid = ["serde_json"] value = ["serde_json"] yaml = ["serde_yaml"]