# 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 = "chur-build" version = "0.4.0" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper around tonic-build which adds dependencies" readme = "README.md" license = "MIT" repository = "https://github.com/d3rpp/chur" [lib] name = "chur_build" path = "src/lib.rs" [dependencies.archiver-rs] version = "^0.5" [dependencies.lazy_static] version = "^1.5" [dependencies.prettyplease] version = "^0.2" optional = true [dependencies.proc-macro2] version = "^1.0" optional = true [dependencies.quote] version = "^1.0" optional = true [dependencies.ron] version = "^0.8" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.sha] version = "^1.0" [dependencies.syn] version = "^2.0" optional = true [dependencies.thiserror] version = "^1.0" [dependencies.tonic-build] version = "^0.12" [dependencies.ureq] version = "^2.10" [features] codegen = [ "dep:proc-macro2", "dep:syn", "dep:quote", "dep:prettyplease", ] default = ["codegen"]