# 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 = "trivet" version = "2.0.2" authors = ["Stacy Prowell "] description = "The trivet Parser Library" homepage = "https://gitlab.com/binary-tools/trivet" readme = "README.md" keywords = [ "parser", "recursive-descent", ] categories = [ "development-tools", "parsing", ] license = "Apache-2.0" repository = "https://gitlab.com/binary-tools/trivet" [profile.release] lto = true codegen-units = 1 debug = 2 [dependencies] [features] default = ["legacy"] legacy = [] no_stall_detection = [] no_tracking = [] no_ucd = [] strict = [] uppercase_hex = []