# 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.79" name = "heat-sdk" version = "0.1.0" authors = ["Tracel Technologies Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tracel Heat SDK." readme = "README.md" keywords = [ "tracel", "heat", "burn", "sdk", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/tracel/tree/main/crates/head-sdk" [lib] name = "heat_sdk" path = "src/lib.rs" [dependencies.burn] version = "0.14.0" features = ["train"] [dependencies.derive-new] version = "0.6.0" default-features = false [dependencies.log] version = "0.4.21" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dependencies.rmp-serde] version = "1.3.0" [dependencies.serde] version = "1.0.204" features = [ "derive", "alloc", ] default-features = false [dependencies.serde_json] version = "1.0.64" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-core] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.tungstenite] version = "0.21.0" [dependencies.uuid] version = "1.9.1" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ] [features]