# 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 = "2018" name = "canonical" version = "0.7.1" authors = ["Kristoffer Ström "] description = "A serialization library built for no_std environments where you want to deal with recursive datastructures." readme = "../README.md" keywords = [ "canon", "serialisation", "no_std", "ffi", "database", ] license = "MPL-2.0" repository = "https://github.com/dusk-network/canonical" [dependencies.array-init] version = "2.0" [dependencies.blake2b_simd] version = "0.3" default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.dusk-varint] version = "0.1" [dependencies.lazy_static] version = "1.4.0" [dev-dependencies.canonical_derive] version = "0.7" [dev-dependencies.canonical_fuzz] version = "0.7" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.arbitrary] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.blake2b_simd] version = "0.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.lazy_static] version = "1.4.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.parking_lot] version = "0.12.0"