# 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 = "trivialdb" version = "0.1.8" authors = ["Jelmer Vernooij "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for the TDB database library" homepage = "https://github.com/jelmer/tdb-rs" documentation = "https://docs.rs/trivialdb" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/jelmer/tdb-rs.git" [package.metadata.system-deps] tdb = "1.0" [lib] name = "trivialdb" path = "src/lib.rs" [[example]] name = "memory" path = "examples/memory.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.bitflags] version = "2" [dependencies.libc] version = "0.2" [dev-dependencies.tempfile] version = "3" [build-dependencies.bindgen] version = ">=0.65" [build-dependencies.pkg-config] version = "0.3" [build-dependencies.system-deps] version = ">=6"