# 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 = "ad-editor" version = "0.2.0" authors = ["sminez "] build = false include = [ "src/**/*", "data/**/*", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An adaptable text editor" documentation = "https://docs.rs/ad-editor" readme = "README.md" keywords = [ "terminal", "editor", "text-editor", ] categories = [ "development-tools", "text-editors", "command-line-utilities", ] license = "MIT" repository = "https://github.com/sminez/ad" [profile.release] lto = true strip = true [lib] name = "ad_editor" path = "src/lib.rs" [[bin]] name = "ad" path = "src/main.rs" doc = false [dependencies.ad_event] version = "0.2" [dependencies.libc] version = "0.2.159" [dependencies.ninep] version = "0.2" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["fmt"] [dependencies.unicode-width] version = "0.2.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.simple_test_case] version = "1.2.0"