# 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 = "codevis" version = "0.8.4" description = "A tool for turning your code into one large image" readme = "README.md" license = "MIT" repository = "https://github.com/sloganking/codevis" [lib] test = false doctest = false [[bin]] name = "codevis" path = "src/main.rs" test = false doctest = false [dependencies.anyhow] version = "1.0.63" [dependencies.bstr] version = "1.0.0" [dependencies.bytesize] version = "1.1.0" [dependencies.clap] version = "4.0.9" features = ["derive"] [dependencies.flume] version = "0.10.14" default-features = false [dependencies.ignore] version = "0.4.18" [dependencies.image] version = "0.24" [dependencies.memmap2] version = "0.5.7" [dependencies.num_cpus] version = "1.13.1" [dependencies.open] version = "3.0.2" [dependencies.prodash] version = "20.0.0" features = [ "render-line", "render-line-crossterm", "signal-hook", "render-line-autoconfigure", "progress-tree", "unit-bytes", ] [dependencies.signal-hook] version = "0.3.14" [dependencies.syntect] version = "5.0.0" [dependencies.unifont-bitmap] version = "1.0.0"