# 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 = "cutools" version = "0.7.4" description = "cutools" homepage = "https://github.com/qy3u/cutools" documentation = "https://github.com/qy3u/cutools" license = "MIT OR Apache-2.0" repository = "https://github.com/qy3u/cutools" [dependencies.anyhow] version = "1.0.51" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4.14" optional = true [dependencies.waitpool] version = "0.2.0" optional = true [build-dependencies.cc] version = "1.0.72" [build-dependencies.which] version = "^4.0" [features] default = ["stream-per-thread"] stream-per-thread = []