# 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 = "kelvin" version = "0.19.0" authors = ["Kristoffer Ström "] description = "Merkle tree tooklit and backend" keywords = ["merkle", "datastructure", "database"] license = "MPL-2.0" repository = "https://github.com/dusk-network/kelvin" [dependencies.appendix] version = "0.2" optional = true [dependencies.arbitrary] version = "0.3" features = ["derive"] [dependencies.arrayvec] version = "0.5.1" [dependencies.atomicwrites] version = "0.2" [dependencies.base64] version = "0.11" [dependencies.bytehash] version = "0.3" [dependencies.byteorder] version = "1.2.2" features = ["i128"] [dependencies.cache] version = "0.2.0" [dependencies.futures] version = "0.3.1" [dependencies.num] version = "0.2" [dependencies.owning_ref] version = "0.4.0" [dependencies.parking_lot] version = "0.6.4" [dependencies.quickcheck] version = "0.8" [dependencies.rand] version = "0.6.5" [dependencies.tempfile] version = "3.0.3" [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.web-sys] version = "0.3" features = ["Window", "Storage"] optional = true [dev-dependencies.tempfile] version = "3.0" [features] default = ["filesystem"] filesystem = ["appendix"] web = ["web-sys", "wasm-bindgen"]