# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "codebase" version = "0.11.0" authors = ["Aloïs Micard "] description = "Manage your codebase like a boss!" homepage = "https://codebase.rs/" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/codebase-rs/codebase" [dependencies.anyhow] version = "1.0.31" [dependencies.clap] version = "2.33.1" [dependencies.git2] version = "0.13.6" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.55" [dependencies.walkdir] version = "2.3.1" [dependencies.which] version = "4.0.1" [dev-dependencies.tempfile] version = "3.1.0"