# 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 = "burn-common" version = "0.15.0" authors = ["Dilshod Tadjibaev (@antimora)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common crate for the Burn framework" documentation = "https://docs.rs/burn-common" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-common" [package.metadata.docs.rs] features = ["doc"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "burn_common" path = "src/lib.rs" [dependencies.cubecl-common] version = "0.3.0" default-features = false [dependencies.indicatif] version = "0.17.8" optional = true [dependencies.rayon] version = "1.10.0" optional = true [dependencies.reqwest] version = "0.12.8" optional = true [dependencies.tokio] version = "1.40.0" features = [ "rt", "macros", ] optional = true [dev-dependencies.dashmap] version = "6.1.0" [features] default = [ "std", "cubecl-common/default", ] doc = ["default"] network = [ "dep:indicatif", "dep:reqwest", "dep:tokio", ] rayon = ["dep:rayon"] std = ["cubecl-common/std"] [target.'cfg(target_family = "wasm")'.dependencies.getrandom] version = "0.2.15" features = ["js"] default-features = false [target.'cfg(target_family = "wasm")'.dependencies.web-time] version = "1.1.0"