# 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 = "netsblox-ast" version = "0.5.12" authors = ["Devin Jean "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for parsing NetsBlox project files into an AST for use in code generation." documentation = "https://docs.rs/netsblox-ast" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dragazo/netsblox-ast" [lib] name = "netsblox_ast" path = "src/lib.rs" [[bin]] name = "netsblox_ast" path = "src/main.rs" [dependencies.base64] version = "0.21.4" features = ["alloc"] default-features = false [dependencies.compact_str] version = "0.8.0-beta" default-features = false [dependencies.xmlparser] version = "0.13.5" default-features = false [dev-dependencies.proptest] version = "1.2.0" [features] default = ["std"] std = []