# 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 = "2021" name = "sunxdcc" version = "0.1.1" authors = ["William Woodruff "] description = "A small, unofficial wrapper for the SunXDCC search engine" homepage = "https://github.com/woodruffw/sunxdcc" readme = "README.md" keywords = ["irc", "dcc", "ctcp", "xdcc", "api"] categories = ["network-programming"] license-file = "LICENSE" repository = "https://github.com/woodruffw/sunxdcc" resolver = "2" [package.metadata.release] dev-version = false publish = false push = true [dependencies.itertools] version = "0.10" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.0"