# 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 = "point_reader" version = "0.1.3" authors = ["Ed Howard"] description = "A simple CLI tool to read and display VSE points data" homepage = "https://github.com/shapedthought/point_reader" documentation = "https://github.com/shapedthought/point_reader" readme = "README.md" license = "MIT" repository = "https://github.com/shapedthought/point_reader" [profile.release] opt-level = "z" lto = true strip = true [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.comfy-table] version = "6.1.4" [dependencies.csv] version = "1.2.1" [dependencies.dialoguer] version = "0.10.4" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dev-dependencies.assert_cmd] version = "2.0.11"