# 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 = "2018" name = "bitbucket-server" version = "0.1.0-alpha.1" authors = ["Victor Palade "] description = "Async bitbucket server bindings" homepage = "https://github.com/cloudflavor/bitbucket-server-rs" documentation = "https://docs.rs/crate/bitbucket-server" readme = "README.md" keywords = ["bitbucket", "atlassian", "stash", "bitbucket-server"] categories = ["web-programming::http-client", "api-bindings"] license = "Apache-2.0" repository = "https://github.com/cloudflavor/bitbucket-server-rs" [dependencies.hyper] version = "0.14.13" [dependencies.hyper-tls] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1.12" features = ["full"] [badges.maintenance] status = "actively-developed"