# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mkit" version = "0.4.0" authors = ["prataprc "] description = "Tools and macros for distributed and peer-to-peer applications" documentation = "https://docs.rs/mkit/" readme = "README.md" keywords = ["cbor"] categories = ["encoding", "concurrency"] license = "MIT" repository = "https://github.com/bnclabs/mkit" [profile.bench] debug = true [profile.release] debug = true [dependencies.arbitrary] version = "0.4" features = ["derive"] [dependencies.log] version = "0.4.8" [dependencies.mkit-derive] version = "=0.3.0" [dependencies.xorfilter-rs] version = "0.3.0" [dev-dependencies.rand] version = "0.7.3" features = ["small_rng"] [features] debug = []