# 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 = "2018" name = "nb2nl" version = "0.2.0" authors = ["Devin Jean "] description = "A small crate for translating NetsBlox code into Netlogo source.\n" documentation = "https://docs.rs/nb2nl" license = "MIT OR Apache-2.0" repository = "https://github.com/dragazo/nb2nl" [lib] name = "nb2nl" path = "src/lib.rs" [[bin]] name = "nb2nl" path = "src/main.rs" [dependencies.lalrpop-util] version = "0.19.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.linked-hash-map] version = "0.5.4" [dependencies.ordslice] version = "0.3.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.serde_json] version = "1.0.66" [dependencies.xml-rs] version = "0.8.4" [build-dependencies.lalrpop] version = "0.19.6"