# 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 = "nu_plugin_post" version = "0.36.0" authors = ["The Nu Project Contributors"] description = "An HTTP post plugin for Nushell" license = "MIT" [lib] doctest = false [dependencies.base64] version = "0.13.0" [dependencies.futures] version = "0.3.5" features = ["compat", "io-compat"] [dependencies.mime] version = "0.3.16" [dependencies.nu-errors] version = "0.36.0" [dependencies.nu-plugin] version = "0.36.0" [dependencies.nu-protocol] version = "0.36.0" [dependencies.nu-source] version = "0.36.0" [dependencies.num-traits] version = "0.2.12" [dependencies.serde_json] version = "1.0.57" [dependencies.surf] version = "2.2.0" [dependencies.url] version = "2.1.1" [build-dependencies] [features] dataframe = ["nu-protocol/dataframe"]