ant-types 0.1.1

Record types of the open Antares format (.ant): ids, graph, observation, evidence, belief, schema
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 = "ant-types"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Record types of the open Antares format (.ant): ids, graph, observation, evidence, belief, schema"
homepage = "https://github.com/openantares/openantares"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/openantares/openantares"

[features]
default = []
utoipa = ["dep:utoipa"]

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
    "std",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.utoipa]
version = "4"
features = [
    "axum_extras",
    "chrono",
    "uuid",
]
optional = true

[dependencies.uuid]
version = "1"
features = ["v4"]

[lints.rust]
missing_docs = "deny"