# 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 = "chemin" version = "0.1.0" authors = ["Mahdrentys "] description = "An enum-based router generator, supporting query strings and i18n." readme = "README.md" keywords = [ "router", "enum", "url", "i18n", "query", ] categories = [ "web-programming", "internationalization", "localization", "parser-implementations", ] license = "MIT" repository = "https://github.com/Mahdrentys/chemin-rs" [dependencies.chemin-macros] version = "0.1.0" [dependencies.once_cell] version = "1.16.0" [dependencies.percent-encoding] version = "2.2.0" [dependencies.qstring] version = "0.7.2" [dependencies.route-recognizer] version = "0.3.1" [dependencies.smallvec] version = "1.10.0" [dev-dependencies.maplit] version = "1.0.2"