[go: up one dir, main page]

fort 0.4.0

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

[badges]
travis-ci = { repository = "bastion-rs/fort", branch = "master" }
maintenance = { status = "actively-developed" }

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0", features = ["full"] }
proc-macro2 = { version = "1.0", features = ["nightly"] }
quote = "1.0"

[dev-dependencies]
bastion = "0.4"

[profile.dev]
panic = "unwind"

[profile.release]
panic = "unwind"