briefcase-core 2.0.8

High-performance AI observability and replay SDK
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 = "briefcase-core"
version = "2.0.8"
authors = ["Briefcase AI Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance AI observability and replay SDK"
homepage = "https://briefcasebrain.com"
readme = "README.md"
keywords = [
    "ai",
    "ml",
    "observability",
    "replay",
    "telemetry",
]
categories = [
    "development-tools",
    "science",
]
license = "GPL-3.0"
repository = "https://github.com/briefcasebrain/briefcase-ai-core"

[features]
async = [
    "tokio",
    "futures",
    "async-trait",
]
compression = [
    "flate2",
    "zstd",
]
default = [
    "async",
    "storage",
    "networking",
    "compression",
]
lakefs-storage = [
    "async",
    "networking",
]
native = [
    "async",
    "storage",
    "networking",
    "parallel",
]
networking = [
    "reqwest",
    "async",
]
parallel = ["rayon"]
python-integration = ["async"]
sqlite-storage = [
    "rusqlite",
    "async",
]
storage = [
    "sqlite-storage",
    "lakefs-storage",
]
sync-only = []
tokio = ["dep:tokio"]
wasm = [
    "wasm-bindgen",
    "js-sys",
    "web-sys",
]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"
optional = true

[dependencies.base64]
version = "0.22"

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

[dependencies.flate2]
version = "1.0"
optional = true

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.once_cell]
version = "1.19"

[dependencies.rayon]
version = "1.10"
optional = true

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

[dependencies.rusqlite]
version = "0.38"
features = ["bundled"]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.strsim]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]
optional = true

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

[dependencies.zstd]
version = "0.13"
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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

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

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = ["console"]
optional = true