# 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 = "vue-sfc" version = "0.3.2" authors = ["Maël Obréjan "] include = ["src/**/*", "Cargo.toml", "LICENSE"] description = "A parser for Vue SFC." readme = "README.md" keywords = ["vue", "sfc"] license = "MIT" repository = "https://github.com/malobre/rust-vue-sfc" resolver = "2" [[bench]] name = "parse" path = "benches/parse.rs" harness = false [dependencies.memchr] version = "2.4.1" [dependencies.nom] version = "7.1" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.pprof] version = "0.6.2" features = ["flamegraph", "criterion"]