# 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 = "2021" name = "rusty_prompt" version = "0.3.0" description = "Rusty library for creating interactive runtime command line prompts." readme = "README.md" license = "BSD-1-Clause" repository = "https://gitlab.com/kohlten/rusty_prompt" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.lazy_static] version = "1.4" [dependencies.rusty_linked_list] version = "0.0.1" [dependencies.strum_macros] version = "0.25" [dependencies.typed-builder] version = "0.16" [target."cfg(target_family = \"unix\")".dependencies.libc] version = "0.2" [target."cfg(target_family = \"unix\")".dependencies.signal-hook] version = "0.3" [target."cfg(target_family = \"unix\")".dependencies.termios] version = "0.3"