# 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 = "2018" name = "redox_liner" version = "0.5.2" authors = [ "MovingtoMars ", "Michael Aaron Murphy ", "AdminXVII ", "Jeremy Soller ", ] exclude = [ "CONTRIBUTING.md", ".travis.yml", ] description = "A library offering readline-like functionality." homepage = "https://gitlab.redox-os.org/redox-os/liner" readme = "README.md" keywords = [ "readline", "line", "input", "editor", "completion", ] license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/liner" [lib] name = "liner" [dependencies.bytecount] version = "0.6.0" [dependencies.itertools] version = "0.8.2" [dependencies.strip-ansi-escapes] version = "0.1.0" [dependencies.termion] version = "2.0.3" [dependencies.unicode-width] version = "0.1.6" [dev-dependencies.regex] version = "1.3.1"