# 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.56" name = "armerge" version = "2.0.0" authors = ["tux3 "] description = "Tool to merge and control visibility of static libraries" readme = "README.md" categories = [ "command-line-utilities", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tux3/armerge/" [[bin]] name = "armerge" required-features = ["log_subscriber"] [dependencies.ar] version = "0.9" [dependencies.goblin] version = "0.4" [dependencies.object] version = "0.29" [dependencies.objpoke] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.4.0" [dependencies.regex] version = "1.3.9" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.31" [dependencies.time] version = "0.3.11" optional = true [dependencies.tracing] version = "0.1.35" [dependencies.tracing-subscriber] version = "0.3.14" features = [ "env-filter", "local-time", ] optional = true [features] default = ["log_subscriber"] log_subscriber = [ "dep:tracing-subscriber", "dep:time", ] objpoke_symbols = []