# 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 = "slr_parser" version = "0.0.22" authors = ["SiegeLord "] description = "A simple configuration format. This crate contains the parser, see the slr_config crate for a more user-friendly API." documentation = "http://siegelord.github.io/SLRConfig/doc/slr_parser/index.html" keywords = ["configuration"] license = "LGPL-3.0" repository = "https://github.com/SiegeLord/SLRConfig" [lib] name = "slr_parser" path = "src/lib.rs" [[example]] name = "lexer_test" path = "src/lexer_test.rs" [dependencies.serde] version = "1.0.104"