# 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 = "rhai-url" version = "0.0.5" authors = ["Luca "] description = "Url package for Rhai" readme = "README.md" keywords = [ "scripting", "scripting-language", "embedded", "rhai", "url", ] categories = ["embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/rhaiscript/rhai-url" [package.metadata.docs.rs] features = ["metadata"] [dependencies.rhai] version = ">=1.9" [dependencies.url] version = ">=2.0" [build-dependencies.rhai] version = ">=1.9" [build-dependencies.serde] version = "1.0.140" [build-dependencies.serde_json] version = "1.0.82" [build-dependencies.url] version = ">=2.0" [features] array = [] default = ["array"] metadata = ["rhai/metadata"]