# 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] name = "i-o" version = "0.4.7" authors = ["M Farkas-Dyck "] description = "Input and output" license = "MIT OR Apache-2.0" [lib] name = "io" [dependencies.containers] version = ">=0.8, <0.10" features = ["default_allocator"] default-features = false [dependencies.either] version = "1" default-features = false [dependencies.loca] version = ">=0.6, <0.8" [dependencies.void] version = "1" default-features = false [dev-dependencies.quickcheck] version = "0.7" [dev-dependencies.quickcheck_macros] version = "0.7" [dev-dependencies.rand] version = "0.6"