# 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 = "2018" rust-version = "1.57.0" name = "lucky_commit" version = "2.2.3" authors = ["Teddy Katz "] include = [ "src/**/*", "Cargo.*", "LICENSE.md", "README.md", ] description = "Make your git commits lucky!" readme = "README.md" license = "MIT" repository = "https://github.com/not-an-aardvark/lucky-commit" resolver = "2" [profile.release] lto = true [lib] name = "lucky_commit" path = "src/lib.rs" [[bin]] name = "lucky_commit" path = "src/bin.rs" [dependencies.num_cpus] version = "1.0" [dependencies.ocl] version = "0.19" optional = true [features] default = ["opencl"] opencl = ["ocl"] [target."cfg(not(target_env = \"msvc\"))".dependencies.sha-1] version = "0.10" features = [ "asm", "compress", ] default-features = false [target."cfg(not(target_env = \"msvc\"))".dependencies.sha2] version = "0.10" features = [ "asm", "compress", ] default-features = false [target."cfg(target_env = \"msvc\")".dependencies.sha-1] version = "0.10" features = ["compress"] default-features = false [target."cfg(target_env = \"msvc\")".dependencies.sha2] version = "0.10" features = ["compress"] default-features = false