# 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 = "transmission-sys" version = "0.3.2" authors = ["Steven vanZyl ", "Daniel McCrevan "] include = ["**/*.rs", "Cargo.toml", "wrapper.h", "transmission/CMakeLists.txt", "transmission/cmake/*", "transmission/third-party/*", "transmission/libtransmission/*"] description = "Rust bindings for the Transmission bittorrent client." readme = "README.md" keywords = ["torrent", "bittorrent", "transmission"] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://gitlab.com/tornado-torrent/transmission-sys" [package.metadata.docs.rs] all-features = false features = ["docs-only"] no-default-features = true [dependencies.curl-sys] version = "^0.4" [dependencies.libevent-sys] version = "^0.2" [dependencies.libz-sys] version = "^1.0" [dependencies.openssl-sys] version = "^0.9" [build-dependencies.bindgen] version = "^0.45" [build-dependencies.cmake] version = "^0.1" [features] docs-only = [] static = [] [badges.gitlab] branch = "master" repository = "tornado-torrent/transmission-sys"