# 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 = "dune" version = "0.1.9" authors = ["Adam McDaniel "] description = "A shell🐚 by the beach🏖️!!" homepage = "https://github.com/adam-mcdaniel/dune" documentation = "https://docs.rs/dune" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/adam-mcdaniel/dune" [[bin]] name = "dunesh" path = "src/bin.rs" [[bench]] name = "parser_benchmark" harness = false [dependencies.chess-engine] version = "0.1.2" optional = true [dependencies.chrono] version = "0.4" features = [ "clock", "std", ] default-features = false [dependencies.clap] version = "3.0" features = ["cargo"] [dependencies.common_macros] version = "0.1" [dependencies.ctrlc] version = "3.2" [dependencies.detached-str] version = "0.1" [dependencies.dirs] version = "4.0" [dependencies.dunce] version = "1.0" [dependencies.json] version = "0.12.4" [dependencies.nom] version = "7.0" [dependencies.os_info] version = "3.0" default-features = false [dependencies.prettytable-rs] version = "0.10" features = ["win_crlf"] default-features = false [dependencies.rand] version = "0.8" [dependencies.rustyline] version = "9.1" [dependencies.rustyline-derive] version = "0.6" [dependencies.snailquote] version = "0.3" [dependencies.terminal_size] version = "0.1.17" [dependencies.textwrap] version = "0.14" [dependencies.toml] version = "0.5.8" default-features = false [dev-dependencies.criterion] version = "0.3"