readcon-db 0.1.2

Mmap-backed CON frame corpus (Heed/LMDB), xxHash exact match, multi-language FFI
Documentation
# 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"
rust-version = "1.75"
name = "readcon-db"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mmap-backed CON frame corpus (Heed/LMDB), xxHash exact match, multi-language FFI"
homepage = "https://lode-org.github.io/readcon-db/"
documentation = "https://docs.rs/readcon-db"
readme = "README.md"
keywords = [
    "con",
    "trajectory",
    "lmdb",
    "mmap",
    "molecular-dynamics",
]
categories = [
    "database",
    "science",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/lode-org/readcon-db"

[package.metadata.docs.rs]
all-features = false

[features]
capi = []
default = []
python = ["dep:pyo3"]

[lib]
name = "readcon_db"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[[bin]]
name = "readcon-db"
path = "src/bin/readcon-db.rs"

[[example]]
name = "bench_corpus_ops"
path = "examples/bench_corpus_ops.rs"

[[example]]
name = "ingest_select"
path = "examples/ingest_select.rs"

[dependencies.heed]
version = "0.21"

[dependencies.pyo3]
version = "0.28"
features = ["extension-module"]
optional = true

[dependencies.readcon-core]
version = "0.14"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

[dev-dependencies.tempfile]
version = "3"