# 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 = "ncdu-import" version = "0.1.1" description = "Utility for importing CSV files into a format readable by ncdu" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/lutzky/ncdu-import" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.eyre] version = "0.6.8" [dependencies.goldenfile] version = "1.6.0" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.rstest] version = "0.18.2" [dependencies.serde] version = "1.0.192" features = [ "std", "derive", ] [dependencies.serde_json] version = "1.0.108"