ccf-core 0.1.3

Contextual Coherence Fields — earned relational trust for autonomous systems. Patent pending US 63/988,438.
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"
rust-version = "1.75"
name = "ccf-core"
version = "0.1.3"
authors = ["Flout Labs <cbyrne@floutlabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Contextual Coherence Fields — earned relational trust for autonomous systems. Patent pending US 63/988,438."
homepage = "https://github.com/Hulupeep/ccf-core"
documentation = "https://docs.rs/ccf-core"
readme = "README.md"
keywords = [
    "robotics",
    "trust",
    "coherence",
    "embedded",
    "no-std",
]
categories = [
    "embedded",
    "no-std",
    "science::robotics",
]
license = "BUSL-1.1"
repository = "https://github.com/Hulupeep/ccf-core"

[features]
default = []
serde = ["dep:serde"]
std = []

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

[[example]]
name = "mbot2"
path = "examples/mbot2.rs"

[[example]]
name = "simulation"
path = "examples/simulation.rs"

[[test]]
name = "ccf_seg"
path = "tests/ccf_seg.rs"

[[test]]
name = "patent_claims"
path = "tests/patent_claims.rs"

[dependencies.hashbrown]
version = "0.14"
features = ["ahash"]
default-features = false

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
optional = true
default-features = false

[dev-dependencies.serde_json]
version = "1"

[profile.release]
opt-level = "z"