# 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 = "kekbit" version = "0.3.5" authors = ["motoras "] description = "Ultralight persistent data channels" homepage = "https://github.com/motoras/kekbit" readme = "README.md" keywords = ["data-channel", "state-replication", "transactions-journal", "ipc", "system-prevalence"] license = "MIT" repository = "https://github.com/motoras/kekbit" [profile.bench] opt-level = 3 lto = false codegen-units = 1 debug = false debug-assertions = false rpath = false overflow-checks = false incremental = true [profile.dev] opt-level = 0 lto = false codegen-units = 16 debug = true debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [profile.test] opt-level = 0 lto = false codegen-units = 16 debug = true debug-assertions = true rpath = false overflow-checks = true incremental = true [lib] name = "kekbit" path = "src/lib.rs" [dependencies.crossbeam-utils] version = "0.8.7" [dependencies.log] version = "0.4.8" [dependencies.memmap] version = "0.7.0" [dependencies.parking_lot] version = "0.12.0" [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.crossbeam] version = "0.8.1" [dev-dependencies.nix] version = "0.23.1" [dev-dependencies.simple_logger] version = "2.1.0" [dev-dependencies.tempdir] version = "0.3.7" [badges.build] branch = "master" repository = "motoras/kekbit" service = "github" [badges.codecov] branch = "master" repository = "motoras/kekbit" service = "github" [badges.maintenance] status = "actively-developed"