# 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 = "tiny-cid" version = "0.3.0" authors = ["Friedel Ziegelmayer "] description = "CID in rust" homepage = "https://github.com/multiformats/rust-cid" readme = "README.md" keywords = ["ipld", "ipfs", "cid", "multihash", "multiformats"] license = "MIT" [package.metadata.release] no-dev-version = true pre-release-commit-message = "Release {{version}} 🎉🎉" [dependencies.multibase] version = "0.8.0" optional = true [dependencies.parity-scale-codec] version = "1.3.5" features = ["derive"] optional = true default-features = false [dependencies.quickcheck] version = "0.9.2" optional = true [dependencies.rand] version = "0.7.3" optional = true [dependencies.serde] version = "1.0.116" optional = true [dependencies.tiny-multihash] version = "0.5.0" default-features = false [dependencies.unsigned-varint] version = "0.5.1" default-features = false [dev-dependencies.quickcheck] version = "0.9.2" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.tiny-multihash] version = "0.5.0" features = ["test"] [features] default = ["std"] scale-codec = ["parity-scale-codec", "tiny-multihash/scale-codec"] serde-codec = ["serde", "tiny-multihash/serde-codec"] std = ["multibase", "tiny-multihash/std", "unsigned-varint/std"] test = ["quickcheck", "rand"]