# 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 = "serde-scale-wrap" version = "0.3.0" authors = ["Stephane Raux "] description = "Wrapper for types implementing `Serialize`/`Deserialize` to implement `Encode`/`Decode` automatically" homepage = "https://github.com/stephaneyfx/serde-scale-wrap" readme = "README.md" keywords = ["serde", "scale", "serialization", "substrate"] license = "Zlib" repository = "https://github.com/stephaneyfx/serde-scale-wrap.git" [dependencies.parity-scale-codec] version = "2.1.3" default-features = false [dependencies.serde] version = "1.0.116" features = ["alloc"] default-features = false [dependencies.serde-scale] version = "0.2.2" features = ["alloc"] default-features = false [features] default = ["std"] std = ["parity-scale-codec/std", "serde/std", "serde-scale/std"]