# 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 = "jammdb" version = "0.11.0" authors = ["PJ Tatlow "] exclude = [ ".*.yml", ".github/*", "ci/*", "tests/*", "makefile", ] description = "An embedded single-file database for Rust" readme = "README.md" keywords = [ "db", "database", "embedded-database", "memory-map", ] categories = [ "database", "database-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pjtatlow/jammdb" [dependencies.bumpalo] version = "3.14.0" [dependencies.bytes] version = "1.5.0" [dependencies.fnv] version = "1.0.7" [dependencies.fs4] version = "0.7.0" [dependencies.libc] version = "0.2.149" [dependencies.memmap2] version = "0.9.0" [dependencies.page_size] version = "0.6.0" [dependencies.sha3] version = "0.10.8" [dev-dependencies.bytes] version = "1" features = ["serde"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rmp-serde] version = "1.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1" [badges.appveyor] repository = "pjtatlow/jammdb" [badges.codecov] repository = "pjtatlow/jammdb" [badges.maintenance] status = "actively-developed"