# 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 = "rpmdb" version = "0.1.0" authors = ["yybit "] include = [ "**/*.rs", "Cargo.toml", ] description = "Rust implementation of rpmdb" homepage = "https://github.com/yybit/rpmdb-rs" readme = "README.md" license = "MIT" repository = "https://github.com/yybit/rpmdb-rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bincode] version = "1.3.3" [dependencies.byteorder] version = "1.5.0" [dependencies.rusqlite] version = "0.30.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.50" [target."cfg(unix)".dependencies.nix] version = "0.27.1" features = ["fs"] default-features = false