[package]
edition = "2024"
name = "nexgenomics"
version = "0.2.11"
authors = ["Francis Cianfrocca"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The official Rust crate for NexGenomics"
documentation = "https://docs.rs/nexgenomics"
readme = "README.md"
keywords = [
"managed_ai",
"industrial_ai",
"ai_agent_store",
]
categories = ["api-bindings"]
license = "BSD-3-Clause"
[features]
async = []
blocking = []
default = ["async"]
[lib]
name = "nexgenomics"
crate-type = ["rlib"]
path = "src/lib.rs"
[[bin]]
name = "nexgenomics"
path = "src/bin/nexgenomics.rs"
[[test]]
name = "agents"
path = "tests/agents.rs"
[[test]]
name = "images"
path = "tests/images.rs"
[[test]]
name = "nexgenomics"
path = "tests/nexgenomics.rs"
[[test]]
name = "threads"
path = "tests/threads.rs"
[dependencies.chrono]
version = "0.4.42"
features = ["serde"]
[dependencies.clap]
version = "4.5.48"
features = ["derive"]
[dependencies.colored]
version = "3.0.0"
[dependencies.configparser]
version = "3"
[dependencies.dirs-next]
version = "2"
[dependencies.home]
version = "0.5.11"
[dependencies.reedline]
version = "0.42.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.145"
[dependencies.tokio]
version = "1.47.1"
features = ["full"]
[dev-dependencies.assert_cmd]
version = "2"
[target."cfg(unix)".dependencies.reqwest]
version = "0.12.23"
features = ["json"]
[target."cfg(windows)".dependencies.reqwest]
version = "0.12.23"
features = [
"json",
"rustls-tls-webpki-roots",
]
default-features = false