# 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 = "2018" rust-version = "1.56.0" name = "sscanf" version = "0.4.2" authors = ["mich101mich "] exclude = [ "/.vscode/*", "/.gitignore", "/.github/*", "/*.bat", "/*.sh", ] description = "A sscanf (inverse of format!()) Macro based on Regex" readme = "Readme.md" keywords = [ "parsing", "regex", "text", "string", "scanf", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/mich101mich/sscanf" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.6.0" [dependencies.sscanf_macro] version = "=0.4.2" [dev-dependencies.rustc_version] version = "0.4.0" [dev-dependencies.thiserror] version = "1.0.37" [dev-dependencies.trybuild] version = "1.0.78" [target."cfg(msrv_build)".dependencies.const_format] version = "0.2.26,<0.2.32" [target."cfg(not(msrv_build))".dependencies.const_format] version = "0.2.26"