# 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 = "turingarena-iospec" version = "0.1.0" authors = ["Massimo Cairo "] description = "Tool to specify I/O format and automate validation, parser generation, and more. Part of TuringArena: tools to create programming challenges." readme = "README.md" keywords = ["turingarena", "iospec"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/turingarena/iospec/" [dependencies.annotate-snippets] version = "0.9.0" features = ["color"] [dependencies.by_address] version = "1.0.4" [dependencies.codemap] version = "0.1.3" [dependencies.genco] version = "0.15.0" [dependencies.num-traits] version = "0.2.12" [dependencies.proc-macro2] version = "1.0.19" features = ["span-locations"] [dependencies.structopt] version = "0.3.17" [dependencies.syn] version = "1.0.39"