platify 0.4.0

Streamline cross-platform Rust development with declarative attribute macros.
Documentation
# 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 = "2021"
rust-version = "1.68.0"
name = "platify"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streamline cross-platform Rust development with declarative attribute macros."
readme = "README.md"
keywords = [
    "cross-platform",
    "cfg",
    "boilerplate",
    "attributes",
    "os",
]
categories = [
    "development-tools",
    "os",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/mematthias/platify-rs"

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

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

[dependencies.proc-macro2]
version = "^1.0"
features = []
default-features = false

[dependencies.quote]
version = "^1.0"
features = []
default-features = false

[dependencies.syn]
version = "^2.0"
features = [
    "full",
    "parsing",
    "printing",
    "proc-macro",
]
default-features = false

[dev-dependencies.tokio]
version = "^1.38"
features = [
    "macros",
    "rt",
]
default-features = false