# 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" name = "mic" version = "0.1.0" description = "Facilitates answering to competitive programming problems." keywords = ["competitive", "io", "library", "macros", "output"] categories = ["command-line-interface", "rust-patterns"] license = "CC0-1.0" repository = "https://github.com/qryxip/mic" [package.metadata.cargo-compete.example.atcoder-abc188-a] problem = "https://atcoder.jp/contests/abc188/tasks/abc188_a" [dependencies.mic_impl] version = "0.1.0" [dev-dependencies.either] version = "=1.5.3" [dev-dependencies.proc-macro2] version = "=1.0.9" [dev-dependencies.proconio] version = "0.3.8" [dev-dependencies.quote] version = "=1.0.3" [dev-dependencies.syn] version = "=1.0.17" [dev-dependencies.unicode-xid] version = "=0.2.0"