1[package]
2name = "boxfnonce"
3# also bump version in html_root_url in src/lib.rs
4version = "0.1.1"
5authors = ["Stefan Bühler <stbuehler@web.de>"]
6description = "safe FnOnce boxing for rust stable"
7documentation = "https://stbuehler.github.io/rustdocs/boxfnonce/boxfnonce/"
8homepage = "https://github.com/stbuehler/rust-boxfnonce"
9repository = "https://github.com/stbuehler/rust-boxfnonce"
10readme = "README.md"
11keywords = ["Box", "FnOnce"]
12license = "MIT"
13
14[badges]
15travis-ci = { repository = "stbuehler/rust-boxfnonce" }
16appveyor = { repository = "stbuehler/rust-boxfnonce" }
17
18[dependencies]
19