# 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 = "tracers-codegen" version = "0.1.0" authors = ["Adam Nelson "] description = " Contains the compile-time code generation logic which powers the `probe` and `tracers` macros.\n\n Do not use this crate directly; see \"tracers\" for more information.\n" license = "MIT OR Apache-2.0" repository = "https://github.com/anelson/tracers" [dependencies.askama] version = "0.8.0" [dependencies.cargo_metadata] version = "0.9.0" [dependencies.cc] version = "1.0.47" [dependencies.darling] version = "0.10.2" [dependencies.failure] version = "0.1.6" [dependencies.heck] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.2.0" [dependencies.pkg-config] version = "0.3.17" [dependencies.proc-macro-crate] version = "0.1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.serde_json] version = "1.0.41" [dependencies.serde_str] version = "0.1.0" [dependencies.strum] version = "0.16.0" [dependencies.strum_macros] version = "0.16.0" [dependencies.syn] version = "1.0.8" features = ["full", "visit", "parsing", "extra-traits"] [dependencies.tempfile] version = "3.1.0" [dependencies.tracers-core] version = "0.1.0" [dependencies.twox-hash] version = "1.5.0" [dev-dependencies.fs_extra] version = "1.1.0" [dev-dependencies.quickcheck] version = "0.9.0" [dev-dependencies.quickcheck_macros] version = "0.8.0" [dev-dependencies.tempfile] version = "3.1.0" [features] default = [] experimental = [] [target."cfg(windows)".dev-dependencies.dunce] version = "1.0.0"