# 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.71.0" name = "emlop" version = "0.7.1" authors = [ "Vincent de Phily ", "Illia Shestakov ", "Alexis ", ] build = false exclude = [ "benches", "docs", "rustfmt.toml", ".github", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A fast, accurate, ergonomic emerge.log parser" homepage = "https://github.com/vincentdephily/emlop" readme = "README.md" keywords = [ "gentoo", "portage", "emerge", ] categories = [ "command-line-utilities", "parsing", ] license = "GPL-3.0-only" repository = "https://github.com/vincentdephily/emlop" [profile.release] lto = true codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" incremental = false [[bin]] name = "emlop" path = "src/main.rs" [[test]] name = "commands" path = "tests/commands.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.atoi] version = "2.0.0" [dependencies.clap] version = "~4.4.11" features = [ "cargo", "derive", ] [dependencies.clap_complete] version = "~4.4.4" optional = true [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.env_logger] version = "0.11.0" features = ["auto-color"] default-features = false [dependencies.flate2] version = "1.0.28" [dependencies.libc] version = "0.2.126" default-features = false [dependencies.log] version = "0.4.11" [dependencies.regex] version = "1.10.0" features = [ "std", "perf-inline", "perf-literal", "unicode-case", ] default-features = false [dependencies.rev_lines] version = "0.3.0" [dependencies.serde] version = "1.0.184" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.time] version = "~0.3.18" features = [ "parsing", "formatting", "local-offset", "macros", ] [dependencies.toml] version = "0.8.8" [dev-dependencies.assert_cmd] version = "~2.0.0" [features] clap_complete = ["dep:clap_complete"] unstable = [] [lints.clippy] missing_const_for_fn = "warn"