# 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 = "scribe" version = "0.8.5" authors = ["Jordan MacDonald "] description = "Text editor toolkit." homepage = "https://github.com/jmacdonald/scribe" documentation = "https://docs.rs/scribe" readme = "README.md" keywords = [ "gap", "buffer", "text", "editor", "document", ] license-file = "LICENSE" repository = "https://github.com/jmacdonald/scribe" [dependencies.error-chain] version = "0.12" [dependencies.syntect] version = "5.1" features = ["default-fancy"] default-features = false [dependencies.unicode-segmentation] version = "1.10"