# 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" rust-version = "1.80.1" name = "beelay-core" version = "0.1.0-alpha.1" authors = ["Alex Good "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A new sync protocol for Automerge" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/automerge/beelay" [lib] name = "beelay_core" path = "src/lib.rs" [[test]] name = "smoke" path = "tests/smoke.rs" [dependencies.blake3] version = "1.5.4" [dependencies.bs58] version = "0.5.1" features = ["check"] [dependencies.futures] version = "0.3.30" [dependencies.num] version = "0.4.3" features = ["num-bigint"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.arbitrary] version = "1.3.2" features = ["derive"] [dev-dependencies.bolero] version = "0.11.1" features = ["arbitrary"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]