# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wascc-codec" version = "0.9.1" authors = ["Kevin Hoffman "] description = "(Deprecated) shared primitives used by the wasmCloud host runtime and capability providers" homepage = "https://wascc.dev" documentation = "https://docs.rs/wascc-codec" readme = "README.md" keywords = ["webassembly", "wasm", "codec", "wascc"] categories = ["wasm", "data-structures", "encoding"] license = "Apache-2.0" [dependencies.rmp-serde] version = "0.14.4" [dependencies.serde] version = "1.0.115" [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_derive] version = "1.0.115" [dependencies.serde_json] version = "1.0.57" [dev-dependencies.base64] version = "0.12.3" [dev-dependencies.serde_json] version = "1.0.57" [dev-dependencies.structopt] version = "0.3.17" [badges.maintenance] status = "deprecated"