# 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 = "longboard" version = "0.0.7" authors = ["Jacob Rothstein "] description = "the easy way to surf" readme = "README.md" keywords = ["surf", "cli"] license = "MIT OR Apache-2.0" repository = "https://github.com/jbr/longboard" [dependencies.async-std] version = "1.9.0" features = ["tokio02", "attributes"] [dependencies.atty] version = "0.2.14" [dependencies.bat] version = "0.18.0" features = ["atty", "clap", "dirs-next", "lazy_static", "paging", "wild", "regex-onig"] default-features = false [dependencies.env_logger] version = "0.8.3" [dependencies.http-client] version = "6.3.5" features = ["h1_client", "hyper_client", "curl_client", "rustls"] default-features = false [dependencies.structopt] version = "0.3.21" [dependencies.surf] version = "2.2.0" [dependencies.surf-cookie-middleware] version = "0.2.0"