# 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 = "ferro" version = "0.6.0" description = "A lightweight text editor written in Rust" documentation = "https://alexxyu.github.io/ferro" readme = "README.md" license = "MIT" repository = "https://github.com/alexxyu/ferro" [dependencies.bounded-vec-deque] version = "0.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shunting] version = "0.1.2" [dependencies.signal-hook] version = "0.3" [dependencies.termbg] version = "0.4.3" [dependencies.termion] version = "2.0" [dependencies.unicode-segmentation] version = "1.9.0"