# 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 = "hyperbee" version = "0.5.0" description = "Peer to Peer B-tree" documentation = "https://docs.rs/hyperbee" readme = "README.md" keywords = [ "dat", "p2p", "btree", "hypercore", ] categories = [ "algorithms", "asynchronous", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cowlicks/hyperbee" [lib] name = "hyperbee" crate-type = [ "lib", "cdylib", ] [[bin]] name = "uniffi-bindgen" path = "uniffi-bindgen.rs" required-features = ["ffi"] [dependencies.derive_builder] version = "0.12.0" [dependencies.futures-lite] version = "2.1.0" [dependencies.hypercore] version = "0.13.0" [dependencies.libc] version = "0.2.153" optional = true [dependencies.prost] version = "0.12.1" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = [ "macros", "rt", "sync", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tracing] version = "0.1.40" [dependencies.uniffi] version = "0.26.1" features = ["cli"] optional = true [dev-dependencies.async-recursion] version = "1.0.5" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.random-access-memory] version = "3.0.0" [dev-dependencies.serde_json] version = "1.0.114" [dev-dependencies.tempfile] version = "3.10.0" [dev-dependencies.tokio] version = "1.34.0" features = ["rt-multi-thread"] [dev-dependencies.tracing-subscriber] version = "0.3.18" [build-dependencies.prost-build] version = "0.12.1" [build-dependencies.uniffi] version = "0.26.1" features = ["build"] optional = true [features] clib = [ "tokio/rt-multi-thread", "dep:libc", ] debug = [] default = ["ffi"] ffi = [ "clib", "dep:uniffi", ]