# 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 = "amp" version = "0.7.1" authors = ["Jordan MacDonald "] description = "A complete text editor for your terminal." homepage = "https://amp.rs" documentation = "https://amp.rs/docs" readme = "README.md" keywords = [ "text", "editor", "terminal", "modal", ] license-file = "LICENSE" repository = "https://github.com/jmacdonald/amp" [[bench]] name = "draw_buffer" path = "benches/view/draw_buffer.rs" harness = false [dependencies.app_dirs2] version = "2.5" [dependencies.bloodhound] version = "0.5" [dependencies.cli-clipboard] version = "0.4" [dependencies.error-chain] version = "0.12" [dependencies.fragment] version = "0.3" [dependencies.git2] version = "0.18" default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.luthor] version = "0.2" [dependencies.mio] version = "0.6" [dependencies.regex] version = "1.10" [dependencies.scribe] version = "0.8" [dependencies.signal-hook] version = "0.1" features = ["mio-support"] [dependencies.smallvec] version = "1.11" [dependencies.syntect] version = "5.1" [dependencies.termion] version = "2.0" [dependencies.unicode-segmentation] version = "1.10" [dependencies.yaml-rust] version = "0.4" [dev-dependencies.criterion] version = "0.5" [build-dependencies.regex] version = "1.10"