# 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 = "fprompt" version = "1.1.3" authors = ["shosatojp "] description = "renamed to `messa`, https://crates.io/crates/messa" license = "MIT" repository = "https://github.com/shosatojp/messa" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [[bin]] name = "fprompt" path = "src/main.rs" [dependencies.chrono] version = "^0.4.19" [dependencies.clap] version = "^2.33.3" [dependencies.git2] version = "^0.13.10" [dependencies.serde] version = "^1.0.101" features = ["derive"] [dependencies.serde_yaml] version = "^0.8" [dependencies.unicode-width] version = "^0.1.8"