# 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] name = "ted-tui" version = "0.5.0" authors = ["Robin Stumm "] description = "Terminal text editor." license = "Apache-2.0" repository = "https://nest.pijul.com/dermetfan/ted" [[bin]] name = "ted" path = "src/main.rs" [dependencies.cursive] version = "~0.8.1" [dependencies.either] version = "~1.5.0" [dependencies.enumset] version = "~0.3.3" [dependencies.env_logger] version = "~0.5.6" [dependencies.frappe] version = "~0.3.1" [dependencies.log] version = "~0.4.1" [dependencies.over] version = "~0.6.3" [dependencies.syntect] version = "~2.0.0" [dependencies.ted] version = "~0.7.0" [dependencies.unicode-segmentation] version = "~1.2.0" [dependencies.unicode-width] version = "~0.1.4"