# 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.76" name = "pkgcraft-c" version = "0.0.16" authors = ["Tim Harder "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "C library for pkgcraft" homepage = "https://github.com/pkgcraft/pkgcraft/tree/main/crates/pkgcraft-c" readme = "README.md" license = "MIT" repository = "https://github.com/pkgcraft/pkgcraft/tree/main/crates/pkgcraft-c" [lib] name = "pkgcraft" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.pkgcraft] version = "0.0.16" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] capi = [] [lints.rust] unreachable_pub = "warn"