[package]
name = "etwin_mt_querystring"
version = "0.12.3"
authors = ["Charles Samborski <demurgos@demurgos.net>"]
description = "Motion Twin querystring format support"
documentation = "https://github.com/eternal-twin/etwin"
homepage = "https://github.com/eternal-twin/etwin"
repository = "https://github.com/eternal-twin/etwin"
readme = "./README.md"
keywords = ["etwin"]
license.workspace = true
edition.workspace = true
rust-version.workspace = true
[dependencies]
percent-encoding = "2.2.0"
url = { version = "2.3.1", optional = true }
[features]
default = ["url"]