# 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.70.0" name = "proconio" version = "0.5.0" authors = ["statiolake "] description = "Easy IO library for competitive programming" readme = "README.md" keywords = [ "io", "procon", "procon", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/statiolake/proconio-rs" [[test]] name = "stdin" path = "tests/stdin.rs" harness = false [[test]] name = "read_value" path = "tests/read_value.rs" harness = false [[test]] name = "interactive" path = "tests/interactive.rs" harness = false [[test]] name = "derive" path = "tests/derive.rs" required-features = ["derive"] [[test]] name = "fastout" path = "tests/fastout.rs" required-features = ["derive"] [[test]] name = "ui" path = "tests/ui.rs" required-features = ["derive"] [[test]] name = "issue_14" path = "tests/issue_14.rs" harness = false required-features = ["derive"] [dependencies.proconio-derive] version = "0.2.0" optional = true [dev-dependencies.assert_cli] version = "0.6.3" [dev-dependencies.rustversion] version = "1.0.2" [dev-dependencies.trybuild] version = "=1.0.67" [features] derive = ["proconio-derive"]