# 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 = "orbiter" version = "0.9.0" authors = ["Chris Chou "] exclude = [ ".gitignore", "*.yml", "tests/**", ] description = "A cross-shell plugin and package manager" homepage = "https://github.com/orbiter-rs/orbiter" readme = "README.md" keywords = [ "shell", "console", "zsh", "bash", "fish", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/orbiter-rs/orbiter" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.dirs] version = "3.0" [dependencies.env_logger] version = "0.9" [dependencies.eyre] version = "0.6" [dependencies.glob] version = "0.3" [dependencies.infer] version = "0.5" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.4" [dependencies.reqwest] version = "0.11" features = [ "rustls-tls", "blocking", "json", ] default-features = false [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_yaml] version = "0.9.30" [dependencies.time] version = "0.3.31" features = [ "local-offset", "formatting", ] [dependencies.tokio] version = "1.24.1" [dev-dependencies]