# 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 = "kibi" version = "0.2.2" authors = ["Ilaï Deutel"] include = ["src/**/*", "Cargo.toml", "LICENSE*", "COPYRIGHT"] description = "A text editor in less than 1024 lines of code with syntax higlighting, search and more." readme = "README.md" keywords = ["editor", "terminal", "text-editor"] categories = ["text-editors", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/ilai-deutel/kibi" [dependencies.unicode-width] version = "0.1.8" [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.tempfile] version = "3.2.0" [target."cfg(unix)".dependencies.libc] version = "0.2.86" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["wincon"] default-features = false [target."cfg(windows)".dependencies.winapi-util] version = "0.1.4" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "ilai-deutel/kibi"