# 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 = "tegdb" version = "0.1.1" authors = ["Jack Yu"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The name TegridyDB (short for TegDB) is inspired by the Tegridy Farm in South Park and tries to correct some of the wrong database implementations, such as null support, implicit conversion support, etc." homepage = "https://github.com/minifish-org/tegdb" documentation = "https://docs.rs/tegdb" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/minifish-org/tegdb.git" [lib] name = "tegdb" path = "src/lib.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [[bench]] name = "engine_basic_benchmark" path = "benches/engine_basic_benchmark.rs" harness = false [[bench]] name = "engine_seq_benchmark" path = "benches/engine_seq_benchmark.rs" harness = false [dependencies.lru] version = "0.12.3" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.redb] version = "1.5.0" [dev-dependencies.rusqlite] version = "0.31.0" [dev-dependencies.sled] version = "0.34.7" [dev-dependencies.tempfile] version = "3.10.1"