# 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 = "tracel" version = "0.1.0" authors = ["Tracel Technologies Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tracel 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/tracel" [lib] name = "tracel" path = "src/lib.rs" [dependencies.heat-sdk] version = "0.1.0" optional = true [dependencies.heat-sdk-cli] version = "0.1.0" optional = true [dependencies.heat-sdk-cli-macros] version = "0.1.0" optional = true [features] default = ["heat-sdk"] heat-sdk = [ "dep:heat-sdk", "dep:heat-sdk-cli-macros", ] heat-sdk-cli = [ "dep:heat-sdk-cli", "heat-sdk-cli-macros/build-cli", ]