# 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 = "binlog" version = "0.5.0" authors = ["Yusuf Simonson "] description = "A binary data log library" readme = "README.md" keywords = ["database"] categories = [ "database", "database-implementations", ] license = "AGPL-3.0-or-later" resolver = "2" [lib] name = "binlog" crate-type = [ "cdylib", "rlib", ] [dependencies.byteorder] version = "^1.4.3" optional = true [dependencies.pyo3] version = "0.16.1" features = ["extension-module"] optional = true [dependencies.r2d2] version = "0.8.9" optional = true [dependencies.r2d2_sqlite] version = "0.20.0" optional = true [dependencies.redis] version = "0.21.5" features = ["streams"] optional = true [dependencies.rusqlite] version = "0.27.0" optional = true [dependencies.string_cache] version = "0.8.4" [dependencies.tempfile] version = "^3.3.0" optional = true [dependencies.zstd] version = "0.11.1" optional = true [features] benches = [] default = [] python = [ "pyo3", "redis-store", "sqlite-store", ] redis-store = [ "redis", "byteorder", ] sqlite-store = [ "rusqlite", "zstd", "r2d2", "r2d2_sqlite", "tempfile", ]