# 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 = "yatima-rustyline" version = "0.2.0" authors = ["Samuel Burnham "] exclude = [ "/.github/*", "/rustfmt.toml", ] description = "rustyline fork with Wasm support" documentation = "http://docs.rs/yatima-rustyline" readme = "README.md" license = "MIT" repository = "https://github.com/yatima-inc/rustyline" [package.metadata.docs.rs] features = [ "custom-bindings", "with-dirs", "with-fuzzy", ] all-features = false no-default-features = true default-target = "x86_64-unknown-linux-gnu" rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitflags] version = "1.3" [dependencies.cfg-if] version = "1.0" [dependencies.dirs-next] version = "2.0" optional = true [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2.0" [dependencies.radix_trie] version = "0.2" optional = true [dependencies.regex] version = "1.5.5" optional = true [dependencies.unicode-segmentation] version = "1.0" [dependencies.unicode-width] version = "0.1" [dev-dependencies.assert_matches] version = "1.2" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.env_logger] version = "0.9" default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.yatima-rustyline-derive] version = "0.1.0" [features] case_insensitive_history_search = ["regex"] custom-bindings = ["radix_trie"] default = [ "custom-bindings", "with-dirs", ] with-dirs = ["dirs-next"] with-fuzzy = ["skim"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.fd-lock] version = "3.0.0" [target."cfg(unix)".dependencies.nix] version = "0.24" features = [ "fs", "ioctl", "poll", "signal", "term", ] default-features = false [target."cfg(unix)".dependencies.signal-hook] version = "0.3" optional = true default-features = false [target."cfg(unix)".dependencies.skim] version = "0.9" optional = true [target."cfg(unix)".dependencies.utf8parse] version = "0.2" [target."cfg(windows)".dependencies.clipboard-win] version = "4.2.1" [target."cfg(windows)".dependencies.scopeguard] version = "1.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "consoleapi", "handleapi", "synchapi", "minwindef", "processenv", "std", "winbase", "wincon", "winuser", ]