burn-central-core 0.5.0

Burn Central Client.
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"
rust-version = "1.87.0"
name = "burn-central-core"
version = "0.5.0"
authors = ["Tracel Technologies Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Burn Central Client."
readme = "README.md"
keywords = [
    "tracel",
    "burn-central",
    "burn",
    "sdk",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tracel-ai/burn-central"
resolver = "2"

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

[dependencies.burn]
version = "0.20.0"
features = ["train"]
default-features = false

[dependencies.burn-central-client]
version = "0.4.0"

[dependencies.crossbeam]
version = "0.8.4"
features = [
    "crossbeam-channel",
    "std",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-core]
version = "0.1.36"

[dependencies.tracing-subscriber]
version = "0.3.22"

[dependencies.url]
version = "2.5.8"