# 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 = "goodrouter" version = "1.0.12" authors = ["Elmer Bulthuis"] description = "a bi directional trie router for all your routing needs" homepage = "https://www.goodrouter.org" readme = "README.md" keywords = [ "good", "router", "isomorphic", "universal", ] license = "ISC" [[bench]] name = "router-parse" harness = false [dependencies.once_cell] version = "1.17.0" [dependencies.regex] version = "1" [dependencies.urlencoding] version = "2.1.2" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.itertools] version = "0.10" [badges.maintenance] status = "actively-developed"