scsys-agents 0.1.28

scsys-agents
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 = "scsys-agents"
version = "0.1.28"
authors = [
    "FL03 <jo3mccain@icloud.com> (https://github.com/FL03)",
    "Scattered-Systems (https://github.com/scattered-systems)",
]
description = "scsys-agents"
homepage = "https://github.com/scattered-systems/scsys/wiki"
readme = "README.md"
keywords = ["scsys"]
categories = []
license = "MIT"
repository = "https://github.com/scattered-systems/scsys"
resolver = "1"

[package.metadata.docs.rs]
all-features = true
rustc-args = [
    "--cfg",
    "docsrs",
]

[lib]
crate-type = [
    "cdylib",
    "rlib",
]
test = true

[dependencies.chrono]
version = "0.4.22"

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

[dependencies.serde_json]
version = "1.0.87"

[dependencies.strum]
version = "0.24.1"
features = ["derive"]

[dev-dependencies]

[features]
core = []
default = [
    "core",
    "wasm",
]
extras = []
full = [
    "core",
    "extras",
    "wasm",
]
wasm = ["wasm-ext"]
wasm-ext = []