# 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 = "fowner" version = "0.1.2" authors = ["Krakaw <41575888+Krakaw@users.noreply.github.com>"] description = "Track features and file ownership for git repositories" homepage = "https://github.com/Krakaw/fowner" readme = "../README.md" keywords = ["git", "features", "owners", "commits"] categories = ["command-line-utilities", "web-programming::http-server", "development-tools"] license = "MIT" repository = "https://github.com/Krakaw/fowner" resolver = "2" [[bin]] name = "fowner" path = "src/main.rs" [dependencies.actix-web] version = "4" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.0" [dependencies.r2d2] version = "0.8.8" [dependencies.r2d2_sqlite] version = "0.16.0" [dependencies.regex] version = "1.5.6" [dependencies.rusqlite_migration] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8.5"