# 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. cargo-features = ["codegen-backend"] [package] edition = "2021" name = "tameta" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "pomodoro is Italian for tomato, and tameta is Gujarati for tomato" readme = "README.md" license = "MIT" [profile.dev] codegen-backend = "cranelift" debug = 0 [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "tameta" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.notify-rust] version = "4.11.1"