# 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" rust-version = "1.79.0" name = "serie" version = "0.4.0" authors = ["Kyosuke Fujimoto "] build = false exclude = [ "/.github", "/img", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A rich git commit graph in your terminal, like magic" homepage = "https://github.com/lusingander/serie" readme = "README.md" keywords = [ "git", "cli", "tui", "terminal", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lusingander/serie" [lib] name = "serie" path = "src/lib.rs" [[bin]] name = "serie" path = "src/main.rs" [[test]] name = "graph" path = "tests/graph.rs" [dependencies.arboard] version = "3.4.0" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.console] version = "0.15.8" [dependencies.fxhash] version = "0.2.1" [dependencies.image] version = "0.25.2" [dependencies.ratatui] version = "0.28.1" [dependencies.rayon] version = "1.10.0" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.toml] version = "0.8.19" [dependencies.tui-input] version = "0.10.1" [dependencies.tui-tree-widget] version = "0.22.0" [dependencies.xdg] version = "2.5.2" [dev-dependencies.dircpy] version = "0.3.19" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.tempfile] version = "3.12.0" [dev-dependencies.text-to-png] version = "0.2.0"