# 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" rust-version = "1.65.0" name = "quirky_binder" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quirky Binder" documentation = "https://docs.rs/quirky_binder" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/arnodb/quirky_binder" [lib] name = "quirky_binder" path = "src/lib.rs" [dependencies.codegen] version = "0.1" [dependencies.derive-new] version = "0.5" [dependencies.derive_more] version = "0.99" [dependencies.getset] version = "0.1" [dependencies.handlebars] version = "4" [dependencies.itertools] version = "0.10" [dependencies.proc-macro2] version = "1" [dependencies.quirky_binder_codegen_macro] version = "0.1.0" [dependencies.quirky_binder_lang] version = "0.1.0" [dependencies.quirky_binder_support] version = "0.1.0" [dependencies.quote] version = "1" [dependencies.ron] version = "0.9.0-alpha.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.syn] version = "1" features = [ "full", "extra-traits", ] [dependencies.thiserror] version = "1" [dependencies.truc] version = "0.2" [dependencies.which] version = "4"