# 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] name = "rustyline-nightly" version = "2.0.0-alpha-20180628" authors = ["Katsu Kawakami "] description = "Unofficial nightly releases of Rustyline" documentation = "http://docs.rs/rustyline" readme = "README.md" keywords = ["readline"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/datafusion-rs/rustyline" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.unicode-segmentation] version = "1.0" [dependencies.unicode-width] version = "0.1" [dev-dependencies.assert_matches] version = "1.2" [dev-dependencies.tempdir] version = "0.3" [target."cfg(unix)".dependencies.nix] version = "0.11" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["consoleapi", "handleapi", "minwindef", "processenv", "winbase", "wincon", "winuser"] [badges.appveyor] repository = "kkawakam/rustyline" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "kkawakam/rustyline"