# 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 = "sourcegen-cli" version = "0.4.0" authors = ["Commure "] description = "In-place Rust source generator CLI utility.\n" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/commure/sourcegen" [[test]] name = "suite" harness = false [dependencies.anyhow] version = "1.0.26" [dependencies.cargo_metadata] version = "0.8.1" [dependencies.dunce] version = "1.0.0" [dependencies.proc-macro2] version = "1.0.0" features = ["span-locations"] [dependencies.quote] version = "1.0.0" [dependencies.syn] version = "1.0.0" features = ["full"] [dependencies.tempfile] version = "3.0.8" [dependencies.thiserror] version = "1.0.9" [dev-dependencies.copy_dir] version = "0.1.2" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.quote] version = "1.0.0" [features] default = [] disable_normalize_doc_attributes = []