# 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 = "ruut" version = "0.8.0" authors = ["Hazel Bachrach "] description = "Make easy-to-type and easy-to-grab folder structures easy to read" readme = "README.md" license = "MIT" repository = "https://github.com/hibachrach/ruut" [lib] name = "ruut" path = "src/lib.rs" [dependencies.atty] version = "0.2" [dependencies.exitcode] version = "1.1.2" [dependencies.itertools] version = "0.8.2" [dependencies.json5] version = "0.2.5" [dependencies.render_as_tree] version = "0.2.0" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.2.10"