# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wsv" version = "0.5.0" authors = ["honestlysamuk"] description = "A collection of implementations of the Whitespace-separated values, as defined by Stenway. Follow the release notes on https://honestlysam.uk" homepage = "https://github.com/honestlysamuk/wsv" documentation = "https://dev.stenway.com/WSV/" readme = "README.md" license = "MIT" repository = "https://github.com/honestlysamuk/wsv" [[bench]] name = "div" harness = false [dependencies.comfy-table] version = "7" [dependencies.divan] version = "0" [dependencies.itertools] version = "0" [dependencies.nom] version = "7" optional = true [dependencies.nom-supreme] version = "0" optional = true [dependencies.pest] version = "2" optional = true [dependencies.pest_derive] version = "2" optional = true [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0" [dependencies.tracing-subscriber] version = "0" [dev-dependencies.divan] version = "0.1.14" [features] default = [ "nom", "pest", ] nom = [ "dep:nom", "dep:nom-supreme", ] pest = [ "dep:pest", "dep:pest_derive", ]