# 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 = "cbor-tag-index" version = "0.3.0" authors = ["Actyx AG"] description = "Tag index" categories = ["data-structures"] license = "MIT OR Apache-2.0" [profile.release] debug = true [[bench]] name = "misc" harness = false [dependencies.anyhow] version = "1.0.65" [dependencies.fnv] version = "1.0.7" [dependencies.libipld] version = "0.14.0" [dependencies.vec-collections] version = "0.4.3" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.serde_json] version = "1.0.87" [dev-dependencies.zstd] version = "0.11.2"