# 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 = "breakwater-parser" version = "0.16.0" authors = ["Sebastian Bernauer "] description = "Parses Pixelflut commands as fast as possible" license = "Beerware" repository = "https://github.com/sernauer/breakwater" [[bench]] name = "parsing" harness = false [dependencies.const_format] version = "0.2" [dependencies.memchr] version = "2.7" [dev-dependencies.criterion] version = "0.5" features = ["async_tokio"] [dev-dependencies.pixelbomber] version = "0.9" [dev-dependencies.rstest] version = "0.22" [features] alpha = [] binary-set-pixel = [] binary-sync-pixels = [] default = ["binary-set-pixel"]