# 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" name = "stdecor" version = "0.1.12" authors = ["Leandro Lisboa Penz "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Run a command with a decorated stdout/stderr" homepage = "https://github.com/lpenz/stdecor" readme = "README.md" keywords = ["command-line"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lpenz/stdecor" [package.metadata.deb] assets = [ [ "target/release/stdecor.1", "usr/share/man/man1/", "644", ], [ "target/release/stdecor", "usr/bin/", "755", ], [ "LICENSE", "usr/share/doc/stdecor/", "644", ], [ "AUTHORS", "usr/share/doc/stdecor/", "644", ], [ "README.md", "usr/share/doc/stdecor/", "644", ], ] extended-description = """ stdecor runs a command with a decorated stdout/stderr """ section = "utils" [lib] name = "stdecor" path = "src/lib.rs" [[bin]] name = "stdecor" path = "src/bin/stdecor.rs" [[test]] name = "stdecor_tests" path = "tests/stdecor_tests.rs" [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.lineriver] version = "0.7.1" [dependencies.memchr] version = "2.7.4" [dependencies.polling] version = "3.7.3" [dependencies.terminal_size] version = "0.4.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "tracing-log", ] [build-dependencies.color-eyre] version = "0.6.3" [build-dependencies.man] version = "0.3.0"