# 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 = "paper" version = "0.4.0" authors = ["Justin Simerly "] description = "A terminal-based editor with goals to maximize simplicity and efficiency." readme = "README.md" keywords = ["editor", "mode", "filter"] categories = ["command-line-utilities", "text-editors"] license = "MIT" repository = "https://github.com/jsim2010/paper" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.0" [dependencies.crossterm] version = "0.18.2" [dependencies.docuglot] version = "0.4.0" [dependencies.enum-map] version = "0.6.2" [dependencies.fehler] version = "1.0.0" [dependencies.log] version = "0.4.8" features = ["serde"] [dependencies.lsp-types] version = "0.77.0" [dependencies.market] version = "0.24.0" [dependencies.parse-display] version = "0.1.1" [dependencies.starship] version = "0.44.0" [dependencies.structopt] version = "0.3.15" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5.5" [dependencies.url] version = "2.0.0"