# 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 = "cargo-ibuild" version = "1.1.1" exclude = [ "dist/*", "ibuild.toml", ] description = "cargo-ibuild" readme = "README.md" license = "MIT OR Apache-2.0" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.custom_error] version = "1.9.2" [dependencies.dirs] version = "5.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.9.6" [dependencies.shlex] version = "1.2.0" [dependencies.tinyget] version = "1.0.1" features = ["https"] [dependencies.toml] version = "0.8.2"