# 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 = "vite-rust" version = "0.2.1" authors = ["Kaio Felps"] build = false exclude = [ "example/*", "vite-rs-plugin/*", ".github/*", ".vscode/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Vite back-end integration for Rust applications." homepage = "https://github.com/KaioFelps/vite-rust" readme = "README.md" keywords = [ "rust", "vite", "vite-rust", "vite-rust-plugin", "vite-plugin", ] license-file = "LICENSE" repository = "https://github.com/KaioFelps/vite-rust" [lib] name = "vite_rust" path = "src/lib.rs" [[test]] name = "readme_snippets" path = "tests/readme_snippets.rs" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.22" [dependencies.md-5] version = "0.10.6" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12" features = [] [dependencies.serde] version = "1.0.210" features = [ "derive", "std", ] [dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [features] basic-directives = []