# 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 = "py-declare" version = "0.0.3" authors = ["pin1yin1yu3yan2/core"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "type declare system for pycc-rs" readme = "README.md" keywords = [ "type", "declare", "compiler", "pinyin", ] categories = ["compilers"] license = "GPL-3.0" repository = "https://github.com/pin1yin1yu3yan2/Pin1Yin1-Compiler-Rust" [lib] name = "py_declare" path = "src/lib.rs" [dependencies.py-ir] version = "0.0.3" [dependencies.py-lex] version = "0.0.3" default-features = false [dependencies.serde] version = "1" [dependencies.terl] version = "0.0.3" [features] parallel = []