microversus_api 0.1.4

API interface for microversus
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 = "microversus_api"
version = "0.1.4"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API interface for microversus"
homepage = "https://microversuse.com"
documentation = "https://microversus.com/docs"
readme = false
license = "Apache-2.0"
repository = "https://github.com/defrag-au/microversus"

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

[dependencies.microversus_codex]
version = "0.1.4"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.134"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.tokio]
version = "1.43.0"
features = ["macros"]
default-features = false