[go: up one dir, main page]

fort 0.4.0

Proc macro attributes for Bastion runtime
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "bastion-rs/fort"

[dependencies.proc-macro2]
features = ["nightly"]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[dev-dependencies.bastion]
version = "0.4"

[lib]
proc-macro = true

[package]
authors = ["Bastion Project Developers <team@bastion.rs>"]
categories = []
description = "Proc macro attributes for Bastion runtime"
edition = "2018"
exclude = [".github/*", "examples/*", "graphstore/*", "tests/*", "img/*", "ci/*", "benches/*", "doc/*", "*.png", "*.dot", "*.yml", "*.toml", "*.md"]
homepage = "https://github.com/bastion-rs/fort"
keywords = ["fault-tolerant", "runtime", "actor", "system"]
license = "Apache-2.0/MIT"
name = "fort"
readme = "README.md"
repository = "https://github.com/bastion-rs/fort"
version = "0.4.0"

[profile.dev]
panic = "unwind"

[profile.release]
panic = "unwind"