# 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 = "treed_gpu" version = "0.1.4" authors = ["xutianyi "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Build TreeD with GPU" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/gh-efforts/treed_gpu" [package.metadata.docs.rs] features = ["doc-gen"] [profile.release] lto = true codegen-units = 1 [lib] name = "treed_gpu" path = "src/lib.rs" [[example]] name = "build_tree" path = "examples/build_tree.rs" [dependencies.crossbeam-channel] version = "0.5" [dependencies.digest] version = "0.10" [dependencies.log] version = "0.4" [dependencies.sha2] version = "0.10" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.log4rs] version = "1" [build-dependencies.cc] version = "1" [features] doc-gen = []