# 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 = "brewr" version = "0.2.1" authors = ["Andrew Eisberg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Better `brew update` with desc of new formulae/casks" readme = "README.md" keywords = [ "brew", "homebrew", "descriptions", ] license = "MIT" repository = "https://github.com/iceman/brewr" [lib] name = "brewr" path = "src/lib.rs" [[bin]] name = "brewr" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tabled] version = "0.16.0" [badges.coveralls] branch = "master" repository = "https://github.com/iceman/brewr" service = "github" [badges.maintenance] status = "actively-developed"