# 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 = "rocket_lang" version = "0.2.0" authors = ["tvallotton@uc.cl"] description = "rocket_lang provides a configurable enum type for multi-language rocket applications." readme = "README.md" keywords = [ "rocket", "web", "language", "multi-language", ] license = "Apache-2.0" repository = "https://github.com/tvallotton/rocket_lang" resolver = "2" [dependencies.once_cell] version = "1.9.0" [dependencies.regex] version = "1.5.4" [dependencies.rocket] version = "0.5.0-rc.2" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.tap] version = "1.0.1" [dev-dependencies.tokio] version = "1.16.1" features = [ "rt-multi-thread", "macros", ]