# 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 = "lazy-db" version = "1.5.5" authors = ["kalscium "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple, bare-bones and lazily loaded database for small projects" readme = "README.md" keywords = [ "database", "lazy", "lazy-loaded", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/kalscium/lazy-db" [lib] name = "lazy_db" path = "src/lib.rs" [[test]] name = "isol" path = "tests/isol.rs" [[test]] name = "lazy_data_test" path = "tests/lazy_data_test.rs" [[test]] name = "lazy_database_test" path = "tests/lazy_database_test.rs" [dependencies.lz4_flex] version = "0.11.1" [dependencies.tar] version = "0.4.40"