# 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 = "thirtyfour-querier-derive" version = "0.1.4" authors = ["kotatsuyaki "] exclude = [ ".editorconfig", ".envrc", "flake.nix", "flake.lock", ] description = "#[derive(Querier)] macro for thirtyfour WebDriver library" homepage = "https://github.com/kotatsuyaki/thirtyfour-querier-derive" documentation = "https://docs.rs/thirtyfour-querier-derive" readme = "README.md" keywords = [ "selenium", "webdriver", "proc-macro", ] license = "MIT" repository = "https://github.com/kotatsuyaki/thirtyfour-querier-derive" resolver = "2" [lib] proc-macro = true [dependencies.darling] version = "0.14" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.6" [dependencies.syn] version = "1.0" features = ["extra-traits"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.thirtyfour] version = "0.29.6" [dev-dependencies.tokio] version = "1.20" features = ["full"]