mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
354fec1aa1
Bumps [nom](https://github.com/Geal/nom) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/Geal/nom/releases) - [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md) - [Commits](https://github.com/Geal/nom/compare/5.1.1...5.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
26 lines
634 B
TOML
26 lines
634 B
TOML
[package]
|
|
name = "varcon-core"
|
|
version = "1.0.0"
|
|
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"
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
|
codecov = { repository = "crate-ci/typos" }
|
|
|
|
[features]
|
|
default = []
|
|
parser = ["nom"]
|
|
flags = ["enumflags2"]
|
|
|
|
[dependencies]
|
|
nom = { version = "5.1.2", optional = true }
|
|
enumflags2 = { version = "0.6", optional = true }
|
|
|
|
[package.metadata.docs.rs]
|
|
features = [ "parser", "flags" ]
|