# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sierra-proc-demo" version = "0.2.0" authors = ["Zakarum "] description = "Demonstrates sierra's code generation abilities" homepage = "https://github.com/zakarumych/sierra" documentation = "https://docs.rs/sierra-proc-demo/0.1.0" license = "MIT OR Apache-2.0" repository = "https://github.com/zakarumych/sierra" [dependencies.bumpalo] version = "3.6" [dependencies.color-eyre] version = "0.5" [dependencies.eyre] version = "0.6" [dependencies.sierra] version = "0.2.0" features = ["proc-verbose-docs"] [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dependencies.winit] version = "0.25"