# 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 = "sanakirja-core-async" version = "0.0.2" authors = [ "Pierre-Étienne Meunier", "Florent Becker", ] include = [ "Cargo.toml", "src/lib.rs", "src", "src/btree", "src/btree/page_cursor.rs", "src/btree/page_unsized", "src/btree/page_unsized/alloc.rs", "src/btree/page_unsized/rebalance.rs", "src/btree/page_unsized/header.rs", "src/btree/page_unsized/put.rs", "src/btree/page_unsized/cursor.rs", "src/btree/put.rs", "src/btree/page", "src/btree/page/alloc.rs", "src/btree/page/rebalance.rs", "src/btree/page/put.rs", "src/btree/del.rs", "src/btree/mod.rs", "src/btree/page_unsized.rs", "src/btree/cursor.rs", "src/btree/page.rs", ] description = "Copy-on-write datastructures, storable on disk (or elsewhere) with a stable format." documentation = "https://docs.rs/sanakirja-core-async" license = "MIT/Apache-2.0" repository = "https://nest.pijul.com/pijul/sanakirja" [dependencies.async-trait] version = "0.1" [dependencies.crc32fast] version = "1.2" optional = true default-features = false [dependencies.ed25519-zebra] version = "2.2" optional = true [dependencies.uuid] version = "0.8" optional = true [features] crc32 = ["crc32fast"] ed25519 = [ "ed25519-zebra", "ed25519-zebra/serde", ] std = []