mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
25 lines
581 B
TOML
25 lines
581 B
TOML
[package]
|
|
name = "varcon-core"
|
|
version = "2.1.1"
|
|
authors = ["Ed Page <eopage@gmail.com>"]
|
|
description = "Varcon-relevant data structures"
|
|
repository = "https://github.com/crate-ci/typos"
|
|
readme = "../../README.md"
|
|
categories = ["text-processing"]
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
codecov = { repository = "crate-ci/typos" }
|
|
|
|
[features]
|
|
default = []
|
|
parser = ["nom"]
|
|
flags = ["enumflags2"]
|
|
|
|
[dependencies]
|
|
nom = { version = "6", optional = true }
|
|
enumflags2 = { version = "0.7", optional = true }
|
|
|
|
[package.metadata.docs.rs]
|
|
features = [ "parser", "flags" ]
|