# 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 = "nb2pb" version = "0.1.14" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Compiles NetsBlox projects into PyBlox projects """ documentation = "https://docs.rs/nb2pb" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dragazo/nb2pb" [lib] name = "nb2pb" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "nb2pb" path = "src/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.compact_str] version = "0.8.0" features = ["serde"] [dependencies.image] version = "0.25.2" [dependencies.netsblox-ast] version = "=0.5.11" [dependencies.pyo3] version = "0.22.2" features = ["extension-module"] optional = true [dependencies.regex] version = "1.10" [dependencies.serde_json] version = "1.0" [build-dependencies.pyo3-build-config] version = "0.22.2"