# 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 = "protospec-build" version = "0.3.0" authors = ["Protryon "] description = "One binary format language to rule them all, One binary format language to find them, One binary format language to bring them all and in the darkness bind them." keywords = ["binary", "format", "language", "protospec", "compiler"] categories = ["compilers", "development-tools", "parsing"] license = "MIT" repository = "https://github.com/Protryon/protospec" [dependencies.case] version = "1.0" [dependencies.indexmap] version = "1.6" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"]