# 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 = "tcalc-rustyline" version = "1.0.2" authors = ["Katsu Kawakami ", "Dustin Brown "] description = "A fork of Rustyline for use specifically with tcalc" documentation = "https://github.com/dubrowgn/rustyline" readme = "README.md" keywords = ["readline", "tcalc"] license = "MIT" repository = "https://github.com/dubrowgn/rustyline" [dependencies.dirs] version = "2.0.1" [dependencies.encode_unicode] version = "0.1.3" [dependencies.libc] version = "0.2.7" [dependencies.unicode-width] version = "0.1.3" [dev-dependencies.tempdir] version = "0.3.4" [target."cfg(unix)".dependencies.nix] version = "0.7" [target."cfg(windows)".dependencies.kernel32-sys] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.2"