# 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 = "strangemeadowlark" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for the Starlark configuration language. Ported from https://github.com/google/starlark-go" readme = "README.md" keywords = ["starlark"] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/google/strangemeadowlark/" [lib] name = "strangemeadowlark" path = "src/lib.rs" [[example]] name = "test_parse" path = "examples/test_parse.rs" [dependencies.anyhow] version = "1.0" [dependencies.bumpalo] version = "3.14" [dependencies.num-bigint] version = "0.4" [dependencies.unicode_categories] version = "0.1"