# 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 = "2018" name = "excavator" version = "0.4.0" authors = ["Mario Basa ", "Gawen Monnot ", "chansuke "] description = "Visualize your digital footprint" homepage = "https://ichnion.github.io/website/" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "GPL-3.0" [[bin]] name = "excavator" path = "src/main.rs" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.indicatif] version = "0.15.0" features = ["rayon"] [dependencies.rusqlite] version = "0.24.2" features = ["bundled", "serde_json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.13" [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dependencies.walkdir] version = "2"