# 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 = "birdview" version = "0.4.1" authors = ["Denys Vuika "] description = "Command line tools for project reviews" readme = "README.md" keywords = [ "angular", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/DenysVuika/birdview.git" [dependencies.chrono] version = "0.4.25" features = ["serde"] [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.git2] version = "0.17.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.regex] version = "1.8.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.tempfile] version = "3.5.0" [dependencies.walkdir] version = "2" [dependencies.webbrowser] version = "0.8.10" [dev-dependencies.assert_fs] version = "1.0.13"