# 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] edition = "2018" name = "nushell" version = "0.1.0" authors = ["Yehuda Katz "] description = "A shell for the GitHub era" license = "ISC" [dependencies.ansi_term] version = "0.11.0" [dependencies.byte-unit] version = "2.1.0" [dependencies.chrono] version = "0.4.6" [dependencies.chrono-humanize] version = "0.0.11" [dependencies.chrono-tz] version = "0.5.1" [dependencies.conch-parser] version = "0.1.0" [dependencies.derive-new] version = "0.5.6" [dependencies.dunce] version = "1.0.0" [dependencies.futures] version = "0.1.27" [dependencies.futures-core] version = "0.2.1" [dependencies.indexmap] version = "1.0.2" [dependencies.itertools] version = "0.8.0" [dependencies.nom] version = "5.0.0-beta1" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.rustyline] version = "4.0.0" [dependencies.subprocess] version = "0.1.18" [dependencies.sysinfo] version = "0.8.3"