# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "BrewStillery" version = "6.2.0" authors = ["Meade ", "Emily "] description = "BrewStillery is a brewer's, vintner's, and distiller's calculator. It has a multitude of great functions, such as calculating ABV, determining carbonation, and total sparge water needed." homepage = "https://monkeylog.in" readme = "README.md" keywords = ["beer", "wine", "champagne", "distilling", "calculator"] categories = ["science", "gui"] license = "AGPL-3.0" repository = "https://github.com/MonkeyLog/BrewStillery" [profile.dev] [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.gdk] version = "0.8.0" [dependencies.gio] version = "0.4.0" [dependencies.gtk] version = "0.4.1" features = ["v3_22"] [features] default = [] [badges.maintenance] status = "actively-developed"