# 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" rust-version = "1.65.0" name = "quirky_binder_lang" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quirky Binder Language" documentation = "https://docs.rs/quirky_binder_lang" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/arnodb/quirky_binder" [lib] name = "quirky_binder_lang" path = "src/lib.rs" [dependencies.annotate-snippets] version = "0.9" features = ["color"] [dependencies.derive-new] version = "0.5" [dependencies.logos] version = "0.13" optional = true [dependencies.nom] version = "7" optional = true [dependencies.peekmore] version = "1" optional = true [dependencies.ron] version = "0.9.0-alpha.0" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.assert_matches] version = "1" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rstest] version = "0.18.2" [features] crafted_parser = [ "logos", "peekmore", ] default = ["crafted_parser"] full_fuzz_tests = [ "nom_parser", "crafted_parser", ] nom_parser = ["nom"]