# 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.59.0" name = "codegen-libc" version = "0.2.1" description = "A codegen tool for extracting libc cfg" license = "MIT" repository = "https://github.com/Nugine/codegen-tools" resolver = "1" [[bin]] name = "codegen-libc" required-features = ["binary"] [dependencies.anyhow] version = "1.0.71" features = ["backtrace"] [dependencies.camino] version = "1.1.4" features = ["serde1"] [dependencies.clap] version = "4.2.7" features = ["derive"] optional = true [dependencies.codegen-cfg] version = "0.2.0" [dependencies.env_logger] version = "0.10.0" optional = true [dependencies.log] version = "0.4.17" [dependencies.nugine-rust-utils] version = "0.2.1" features = ["std"] [dependencies.once_cell] version = "1.17.1" [dependencies.proc-macro2] version = "1.0.57" [dependencies.quote] version = "1.0.27" [dependencies.regex] version = "1.8.1" [dependencies.serde] version = "1.0.163" [dependencies.syn] version = "2.0.16" features = [ "full", "visit", "visit-mut", "extra-traits", ] [dependencies.walkdir] version = "2.3.3" [features] binary = [ "dep:clap", "dep:env_logger", ]