plato-kernel 0.2.0

Plato Kernel - Event sourcing + Constraint-Theory + Git runtime
# 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 = "plato-kernel"
version = "0.2.0"
build = false
exclude = [
    "crates/",
    "target/",
    ".git/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plato Kernel - Event sourcing + Constraint-Theory + Git runtime"
readme = "README.md"
license = "MIT"
repository = "https://github.com/SuperInstance/plato-kernel"

[features]
edge = ["fleet"]
fleet = []

[[bin]]
name = "plato-kernel"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.constraint-theory-core]
version = "2.0.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.8.26"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.36"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "=1.4.1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.getrandom]
version = "0.2"

[dev-dependencies.tokio-test]
version = "0.4"