[[bin]]
name = "cli"
path = "src/bin/cli.rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4.42"
[dependencies.configparser]
version = "3"
[dependencies.dirs-next]
version = "2"
[dependencies.reqwest]
features = ["json"]
version = "0.12.23"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.tokio]
features = ["full"]
version = "1.47.1"
[features]
async = []
blocking = []
default = ["async"]
[lib]
name = "nexgenomics"
path = "src/lib.rs"
[package]
authors = ["Francis Cianfrocca"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "The official Rust crate for NexGenomics"
documentation = "https://docs.rs/nexgenomics"
edition = "2024"
keywords = ["managed_ai", "industrial_ai"]
license = "BSD-3-Clause"
name = "nexgenomics"
readme = "README.md"
version = "0.2.3"
[[test]]
name = "agents"
path = "tests/agents.rs"
[[test]]
name = "images"
path = "tests/images.rs"
[[test]]
name = "ping"
path = "tests/ping.rs"
[[test]]
name = "threads"
path = "tests/threads.rs"