ents-sqlite 0.5.1

Ents database implementation using sqlite3
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"
name = "ents-sqlite"
version = "0.5.1"
authors = ["blmarket@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ents database implementation using sqlite3"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/blmarket/ents"

[lib]
name = "ents_sqlite"
path = "src/lib.rs"

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

[[test]]
name = "edge_traverse"
path = "tests/edge_traverse.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "txn"
path = "tests/txn.rs"

[dependencies.anyhow]
version = "1"

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.ents]
version = "0.5.0-alpha.0"

[dependencies.ents-admin]
version = "0.5.0-alpha.0"

[dependencies.r2d2]
version = "0.8.10"

[dependencies.r2d2_sqlite]
version = "0.32.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.ents-test-suite]
version = "0.5.0-alpha.0"

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

[dev-dependencies.typetag]
version = "0.2"