Sha256: b639e399e32159609ed573ffdb1a4edf06fba8aee208d9259e9dba031834aaaa

Contents?: true

Size: 1.58 KB

Versions: 8

Compression:

Stored size: 1.58 KB

Contents

# 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.31"
name = "paste"
version = "1.0.15"
authors = ["David Tolnay <dtolnay@gmail.com>"]
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for all your token pasting needs"
documentation = "https://docs.rs/paste"
readme = "README.md"
keywords = ["macros"]
categories = [
    "development-tools",
    "no-std",
    "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/paste"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]

[lib]
name = "paste"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "test_item"
path = "tests/test_item.rs"

[[test]]
name = "test_attr"
path = "tests/test_attr.rs"

[[test]]
name = "compiletest"
path = "tests/compiletest.rs"

[[test]]
name = "test_doc"
path = "tests/test_doc.rs"

[[test]]
name = "test_expr"
path = "tests/test_expr.rs"

[dev-dependencies.paste-test-suite]
version = "0"

[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.trybuild]
version = "1.0.49"
features = ["diff"]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/paste-1.0.15/Cargo.toml
wasmtime-28.0.0 ./ext/cargo-vendor/paste-1.0.15/Cargo.toml
wasmtime-27.0.0 ./ext/cargo-vendor/paste-1.0.15/Cargo.toml
wasmtime-26.0.0 ./ext/cargo-vendor/paste-1.0.15/Cargo.toml
wasmtime-25.0.2 ./ext/cargo-vendor/paste-1.0.15/Cargo.toml
wasmtime-25.0.1 ./ext/cargo-vendor/paste-1.0.15/Cargo.toml
wasmtime-25.0.0 ./ext/cargo-vendor/paste-1.0.15/Cargo.toml
wasmtime-24.0.0 ./ext/cargo-vendor/paste-1.0.15/Cargo.toml