# 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 = "vestalia" version = "0.1.1" authors = ["Michael Linback Jr "] exclude = [".gitignore"] description = "Vestaboard API wrapper" homepage = "https://bitnexus.io/" readme = "README.md" keywords = [ "vestaboard", "api", "async", "wrapper", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/HowIChrgeLazer/vestalia" [[test]] name = "format" path = "tests/format.rs" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.11.10" features = ["json"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.tokio] version = "1.38.0" features = ["macros"] [dev-dependencies.mockito] version = "0.31.0"