typos/crates/varcon-core/Cargo.toml
dependabot-preview[bot] 354fec1aa1 chore(deps): bump nom from 5.1.1 to 5.1.2
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>
2020-07-04 20:52:47 -05:00

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" ]