paste-test-suite-0.0.0/.cargo_vcs_info.json0000644000000001120000000000000142420ustar { "git": { "sha1": "b42fd4f0c31fb4897e6ea2b934df9bae7d0cd0ff" } } paste-test-suite-0.0.0/.gitignore000064400000000000000000000000360000000000000150050ustar 00000000000000/target **/*.rs.bk Cargo.lock paste-test-suite-0.0.0/Cargo.toml0000644000000013770000000000000122560ustar # 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 = "paste-test-suite" version = "0.0.0" authors = ["David Tolnay "] description = "Test suite of the paste crate" license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/paste" paste-test-suite-0.0.0/Cargo.toml.orig000064400000000000000000000003620000000000000157060ustar 00000000000000[package] name = "paste-test-suite" version = "0.0.0" authors = ["David Tolnay "] description = "Test suite of the paste crate" repository = "https://github.com/dtolnay/paste" license = "MIT OR Apache-2.0" edition = "2018" paste-test-suite-0.0.0/src/lib.rs000064400000000000000000000000020000000000000147110ustar 00000000000000@