# 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 = "2021" name = "skip_ratchet" version = "0.3.0" description = "Skip ratchet" readme = "README.md" keywords = [ "wnfs", "webnative", "skip-ratchet", "decentralisation", ] categories = [ "filesystem", "cryptography", ] license = "Apache-2.0" [profile.dev] split-debuginfo = "unpacked" [profile.test] opt-level = 3 overflow-checks = false [dependencies.blake3] version = "1.4" features = ["traits-preview"] [dependencies.hex] version = "0.4" [dependencies.rand_core] version = "0.6.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_bytes] version = "0.11" optional = true [dev-dependencies.libipld] version = "0.16" features = [ "dag-cbor", "derive", "serde-codec", ] [dev-dependencies.proptest] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.test-strategy] version = "0.3" [features] serde = [ "dep:serde", "dep:serde_bytes", ]