# 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 = "srs-client" version = "0.2.0" authors = ["Serhii Khalymon "] description = "Provides bindings for the main functionalities of the SRS" documentation = "https://docs.rs/srs-client" readme = "README.md" keywords = [ "SRS", "callback", "API", "client", ] categories = ["web-programming::http-client"] license-file = "LICENSE.md" repository = "https://github.com/InnovateAndBuild/srs-client" [package.metadata.release] allow-branch = ["main"] pre-release-hook = [ "git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}", ] [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "v{{version}}" search = 'v[0-9]+\.[0-9]+\.[0-9]+' [dependencies.derive_more] version = "0.99" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.5" [dev-dependencies.tokio] version = "1.36" features = ["full"]