drasi-bootstrap-sqlite 0.1.6

SQLite bootstrap plugin for Drasi
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 = "drasi-bootstrap-sqlite"
version = "0.1.6"
authors = ["Drasi Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite bootstrap plugin for Drasi"
readme = "README.md"
keywords = [
    "drasi",
    "plugin",
    "bootstrap",
    "sqlite",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/drasi-project/drasi-core"

[features]
dynamic-plugin = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.drasi-core]
version = "0.5.5"

[dependencies.drasi-lib]
version = "0.8.7"

[dependencies.drasi-plugin-sdk]
version = "0.9.0"

[dependencies.log]
version = "0.4"

[dependencies.ordered-float]
version = "3.0"

[dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "column_decltype",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.utoipa]
version = "4"
features = ["chrono"]

[lints.clippy]
large_enum_variant = "allow"
module_inception = "allow"
print_stdout = "warn"
ptr_arg = "allow"
type_complexity = "allow"
uninlined_format_args = "warn"
unwrap_used = "warn"

[lints.rust]
unused = "allow"
warnings = "deny"