dioxus-cli-config 0.7.4

CLI Configuration for dioxus-cli
Documentation
# 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 = "dioxus-cli-config"
version = "0.7.4"
authors = [
    "Jonathan Kelley",
    "Evan Almloff",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI Configuration for dioxus-cli"
homepage = "https://dioxuslabs.com"
readme = "README.md"
keywords = [
    "web",
    "desktop",
    "mobile",
    "gui",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"

[features]
web = ["dep:wasm-bindgen"]

[lib]
name = "dioxus_cli_config"
path = "src/lib.rs"

[dependencies.wasm-bindgen]
version = "0.2.114"
optional = true