# 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 = "pipe-chain" version = "0.1.1" authors = ["Alois Masanell "] include = [ "Cargo.toml", "readme.md", "license", "src/**", ] description = "Combinators & parser library" homepage = "https://github.com/cantina-space/pipe-chain" documentation = "https://docs.rs/pipe-chain" readme = "readme.md" keywords = [ "parser", "parser-combinator", "bencode", "pkt-line", "websocket", ] categories = [ "rust-patterns", "parsing", "parser-implementations", ] license = "BSD-3-Clause" repository = "https://github.com/cantina-space/pipe-chain" [dependencies.either] version = "1.9.0" optional = true [dependencies.fatal-error] version = "1.0.1" [dependencies.paste] version = "1.0.14" optional = true [dependencies.tuplify] version = "1.1.4" [dependencies.unicode-segmentation] version = "1.10.1" optional = true [features] bencode = [] default = [ "either", "parsers", "unicode", "dep:paste", ] either = ["dep:either"] parsers = [ "bencode", "pktline", "websocket", ] pktline = [] unicode = ["unicode-segmentation"] websocket = []