# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tv-cli" version = "0.7.0" authors = ["uzimaru0000 "] exclude = [".github/*", "scripts/*", "array.json", "example.json", "cliff.toml"] description = "Format json into table view" homepage = "https://github.com/uzimaru0000/tv" readme = "README.md" keywords = ["json", "viewer", "tool"] license = "MIT" repository = "https://github.com/uzimaru0000/tv" [[bin]] name = "tv" path = "src/main.rs" [dependencies.anyhow] version = "1.0.43" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "2.33.3" [dependencies.csv] version = "1.1.6" [dependencies.serde] version = "1.0.129" features = ["derive"] [dependencies.serde_json] version = "1.0.66" features = ["preserve_order"] [dependencies.tokio] version = "1.10.1" features = ["full"] [dependencies.unicode-width] version = "0.1.7"