cgn-core 0.1.1

Cognitora shared library: config, errors, hashing, prefix-trie
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 = "cgn-core"
version = "0.1.1"
authors = ["Cognitora Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cognitora shared library: config, errors, hashing, prefix-trie"
homepage = "https://github.com/antonellof/cognitora-inference"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/antonellof/cognitora-inference"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arc-swap]
version = "1.7"

[dependencies.blake3]
version = "1.5"

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.config]
version = "0.14"
features = ["toml"]
default-features = false

[dependencies.dashmap]
version = "6.0"

[dependencies.humantime-serde]
version = "1.1"

[dependencies.notify]
version = "6.1"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.tonic]
version = "0.12"
features = [
    "tls",
    "tls-roots",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.tempfile]
version = "3.12"

[lints.clippy]
large_enum_variant = "allow"
result_large_err = "allow"

[lints.rust]
dead_code = "allow"