# 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 = "freeroast" version = "0.1.9" description = "A simple coffee roasting app" documentation = "https://docs.rs/freeroast" readme = "README.md" license = "MIT" repository = "https://gitlab.com/codeguy131/freeroast" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = true [lib] name = "freeroast" path = "./src/lib.rs" [[bin]] name = "roast" path = "src/bin/roast/main.rs" test = false [dependencies.anyhow] version = "1.0.66" [dependencies.chrono] version = "0.4" [dependencies.rusqlite] version = "0.26.3" features = [ "chrono", "bundled", ] [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5"