# 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 = "2018" name = "niccalc" version = "0.9.17" authors = ["Gerhard Schwanzer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to calculate nicotine amount needed for an e-cigarette liquid" homepage = "https://github.com/geri1701/niccalc" readme = "README.md" keywords = [ "gui", "convert", ] categories = ["gui"] license = "MIT" repository = "https://github.com/geri1701/niccalc" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [[bin]] name = "niccalc" path = "src/main.rs" [dependencies.cascade] version = "1" [dependencies.comfy-table] version = "7" [dependencies.fltk] version = "1" features = ["fltk-bundled"] [dependencies.glib] version = "0.20"