# 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 = "qbittorrent-web-api-gen" version = "0.6.5" exclude = [ "*.txt", "*.check", "*.tree", "tests", "src/md_parser/token_tree_factory_tests", "src/parser/group/method_tests", ] autotests = false description = "Generated web api for qBittorrent" readme = "README.md" keywords = [] license = "MIT" [lib] proc-macro = true [[test]] name = "tests" path = "tests/tests.rs" [dependencies.case] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.syn] version = "1.0" features = ["extra-traits"] [dependencies.thiserror] version = "1.0.31" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.2" [dev-dependencies.reqwest] version = "0.11" features = [ "json", "multipart", ] [dev-dependencies.tokio] version = "1.19" features = ["full"] [dev-dependencies.trybuild] version = "1.0" features = ["diff"]