# 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 = "gitnote" version = "0.0.1" include = [ "**/*.rs", "Cargo.*", "*.md", ] description = "An ephemeral comment extension based on Git." homepage = "https://github.com/cjlee38/gitnote" license = "Apache-2.0" repository = "https://github.com/cjlee38/gitnote" [[bin]] name = "git-note" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4" features = [ "cargo", "wrap_help", ] [dependencies.colored] version = "2.1.0" [dependencies.configparser] version = "3.0.4" [dependencies.git2] version = "0.18.3" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.sha256] version = "1.5.0" [dependencies.unicode-width] version = "0.1.12" [dependencies.uuid] version = "1.8.0" features = [ "v4", "fast-rng", "macro-diagnostics", ] [target.x86_64-pc-windows-gnu] [target.x86_64-unknown-linux-gnu]