# 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 = "skynet-rs" version = "0.1.0" authors = ["cerebralcourt <0hhvxhv9@anonaddy.me>"] description = "Sia Skynet API" license = "MIT" repository = "https://github.com/cerebralcourt/skynet-rs" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["client", "http1", "http2"] [dependencies.hyper-tls] version = "0.5" [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.textnonce] version = "1" [dependencies.tokio] version = "1.4" features = ["rt", "macros"] [dependencies.walkdir] version = "2"