fn0-shared-schema 0.1.4

Shared doc schemas consumed by fn0-control, fn0-worker and fn0-worker-agent
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 = "2024"
name = "fn0-shared-schema"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared doc schemas consumed by fn0-control, fn0-worker and fn0-worker-agent"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/NamseEnt/fn0"

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

[dependencies.anyhow]
version = "=1.0.100"

[dependencies.doc-db]
version = "=0.4.4"
package = "fn0-doc-db"

[dependencies.forte-macros]
version = "=0.5.2"

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

[dependencies.serde_json]
version = "=1.0.148"