twine_sql_store 0.1.2

Twine protocol rust library sql store
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
features = ["any", "json"]
version = "0.8.3"

[dependencies.twine_lib]
version = "0.2.1"

[dev-dependencies.sqlx]
features = ["any", "mysql", "sqlite", "postgres", "runtime-tokio"]
version = "0.8.3"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.44.1"

[dev-dependencies.twine_builder]
version = "0.1.2"

[[example]]
name = "sqlite-in-memory"
path = "examples/sqlite-in-memory.rs"

[features]
default = ["sqlite"]
mysql = ["sqlx/mysql"]
postgres = ["sqlx/postgres"]
runtime-async-std = ["sqlx/runtime-async-std"]
runtime-tokio = ["sqlx/runtime-tokio"]
sqlite = ["sqlx/sqlite"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "cryptography"]
description = "Twine protocol rust library sql store"
edition = "2021"
keywords = ["twine", "randomness", "blockchain"]
license = "MIT"
name = "twine_sql_store"
readme = "README.md"
repository = "https://github.com/twine-protocol/twine-rs"
rust-version = "1.78"
version = "0.1.2"

[profile.dev.package.sqlx-macros]
opt-level = 3