# 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 = "simple_parse_derive" version = "0.6.3" authors = ["ElasT0ny "] description = "A derive macro that implements the simple_parse traits" documentation = "https://docs.rs/simple_parse_derive" license = "MIT OR Apache-2.0" repository = "https://github.com/elast0ny/simple_parse/tree/master/simple_parse-derive" [lib] proc-macro = true [dependencies.darling] version = "0.*" [dependencies.log] version = "0" optional = true [dependencies.proc-macro2] version = "1.*" features = ["span-locations"] [dependencies.quote] version = "1.*" [dependencies.static_assertions] version = "1" [dependencies.syn] version = "1.*" [features] default = [] print-generated = [] verbose = ["log"]