near-plugins 0.5.3

Ergonomic plugin system to extend NEAR contracts.
# 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 = "2024"
rust-version = "1.86.0"
name = "near-plugins"
version = "0.5.3"
authors = ["Aurora Labs <hello@aurora.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ergonomic plugin system to extend NEAR contracts."
homepage = "https://github.com/Near-One/near-plugins"
readme = "README.md"
keywords = [
    "near",
    "smart-contract",
    "plugin",
]
license = "CC0-1.0"
repository = "https://github.com/Near-One/near-plugins"

[lib]
name = "near_plugins"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.bitflags]
version = "1.3"

[dependencies.near-plugins-derive]
version = "0.5.3"

[dependencies.near-sdk]
version = "5.2"

[dependencies.serde]
version = "1"

[dev-dependencies.near-sdk]
version = "5.2"
features = ["unit-testing"]