# 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" version = "0.6.3" authors = ["ElasT0ny "] description = "A declarative converter for Rust type to and from binary" documentation = "https://docs.rs/simple_parse" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/elast0ny/simple_parse" [dependencies.log] version = "0" optional = true [dependencies.simple_parse_derive] version = "0.6.3" [dependencies.static_assertions] version = "1" [dev-dependencies.clap] version = "2" [dev-dependencies.env_logger] version = "0" [features] default = [] print-generated = ["simple_parse_derive/print-generated"] verbose = ["simple_parse_derive/verbose", "log"]