# 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 = "sunshine-identity-utils" version = "0.2.0" authors = ["David Craven "] description = "Utils shared by the runtime and the client." documentation = "https://docs.rs/sunshine-identity-utils" license = "ISC" repository = "https://github.com/sunshine-protocol/sunshine-identity" [dependencies.codec] version = "1.3.0" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.libipld] version = "0.3.0" optional = true default-features = false [dependencies.serde] version = "1.0.114" features = ["derive"] optional = true [features] default = ["std"] std = ["codec/std", "libipld", "serde"]