botanica 0.1.0

Professional botanical cultivation database with AI-powered plant insights
Documentation
[dependencies.anyhow]
version = "1.0"

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

[dependencies.contextlite-client]
optional = true
version = "2.0.7"

[dependencies.log]
version = "0.4"

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

[dependencies.sqlx]
features = ["runtime-tokio-rustls", "sqlite", "chrono", "uuid"]
version = "0.8"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.10"

[dev-dependencies.tokio-test]
version = "0.4"

[features]
contextlite = ["dep:contextlite-client"]
default = ["contextlite"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "science"]
description = "Professional botanical cultivation database with AI-powered plant insights"
edition = "2021"
keywords = ["botany", "cultivation", "database", "plants", "ai"]
license = "MIT OR Apache-2.0"
name = "botanica"
readme = "README.md"
repository = "https://github.com/Michael-A-Kuykendall/botanica"
version = "0.1.0"