kiro-editor 0.3.2

kiro is a simplistic terminal text editor.
Documentation
# 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 = "kiro-editor"
version = "0.3.2"
authors = ["rhysd <https://rhysd.github.io>"]
include = ["src/**/*.rs", "Cargo.toml"]
description = "kiro is a simplistic terminal text editor.\n"
homepage = "https://github.com/rhysd/kiro-editor"
readme = "README.md"
keywords = ["text-editor", "editor", "terminal", "utf-8"]
categories = ["text-editors", "development-tools"]
license = "MIT"
repository = "https://github.com/rhysd/kiro-editor"
[package.metadata.release]
no-dev-version = true
[profile.release]
lto = true
debug = 1

[[bin]]
name = "kiro"
path = "src/main.rs"
[dependencies.getopts]
version = "0.2"

[dependencies.jemallocator]
version = "0.3"

[dependencies.signal-hook]
version = "0.1"

[dependencies.term]
version = "0.6"

[dependencies.term_size]
version = "0.3"

[dependencies.termios]
version = "0.3"

[dependencies.unicode-width]
version = "0.1"
[dev-dependencies.cargo-husky]
version = "1"
features = ["prepush-hook", "run-cargo-test", "run-cargo-clippy"]
default-features = false
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "rhysd/kiro-editor"