[dependencies.regex]
optional = true
version = "1"
[features]
default = ["regex", "std"]
std = []
[lib]
name = "scan_fmt"
path = "src/lib.rs"
[package]
authors = ["wlentz"]
description = "A simple scanf()-like input for Rust"
license = "MIT"
name = "scan_fmt"
readme = "README.md"
repository = "https://github.com/wlentz/scan_fmt"
version = "0.2.6"