# 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 = "2021" name = "scanf" version = "1.2.1" authors = ["Jesus Hernandez "] exclude = [".github/**", ".vscode/**", "Cargo.lock", "LICENSE", ".gitignore"] description = "Parse text inputs (inverse of print! and format!)" keywords = ["scanf", "sscanf", "stdin", "input", "format"] license = "Unlicense" repository = "https://github.com/jhg/scanf-rs" resolver = "2" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false overflow-checks = false incremental = false [[bench]] name = "benchmark" harness = false [dependencies.nom] version = "7" [dev-dependencies.criterion] version = "0.3"