# 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" rust-version = "1.81" name = "cargo-c" version = "0.10.7+cargo-0.84.0" authors = ["Luca Barbato "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper program to build and install c-like libraries" readme = "README.md" keywords = [ "cargo", "cdylib", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/lu-zero/cargo-c" [profile.release-strip] inherits = "release" strip = "symbols" [lib] name = "cargo_c" path = "src/lib.rs" [[bin]] name = "cargo-capi" path = "src/bin/capi.rs" [[bin]] name = "cargo-cbuild" path = "src/bin/cbuild.rs" [[bin]] name = "cargo-cinstall" path = "src/bin/cinstall.rs" [[bin]] name = "cargo-ctest" path = "src/bin/ctest.rs" [dependencies.anyhow] version = "1.0" [dependencies.cargo] version = "0.84.0" [dependencies.cargo-util] version = "0.2" [dependencies.cbindgen] version = "0.27.0" default-features = false [dependencies.cc] version = "1.0" [dependencies.clap] version = "4.5.18" features = [ "color", "derive", "cargo", "string", "wrap_help", ] [dependencies.glob] version = "0.3" [dependencies.implib] version = "0.3.3" [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4" [dependencies.object] version = "0.36.4" features = [ "std", "read_core", "pe", ] default-features = false [dependencies.regex] version = "1.5.6" [dependencies.semver] version = "1.0.3" [dependencies.serde] version = "1.0.123" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0.62" [dependencies.toml] version = "0.8" [features] default = [] vendored-openssl = ["cargo/vendored-openssl"]