tano-database 0.1.0

Tano database
# 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 = "2024"
rust-version = "1.100.0"
name = "tano-database"
version = "0.1.0"
authors = ["Lucas Gager <evest.dev@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tano database"
homepage = "https://github.com/Ev357/tano"
readme = false
license = "MIT"
repository = "https://github.com/Ev357/tano"

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.sqlx]
version = "0.9.0"
features = [
    "sqlite",
    "runtime-tokio",
    "uuid",
]

[dependencies.tano-macro]
version = "0.1.0"

[dependencies.tano-providers]
version = "0.1.0"

[dependencies.tano-shared]
version = "0.1.0"

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