File: Cargo.toml.orig

package info (click to toggle)
rust-boxfnonce 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 136 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 592 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "boxfnonce"
# also bump version in html_root_url in src/lib.rs
version = "0.1.1"
authors = ["Stefan Bühler <stbuehler@web.de>"]
description = "safe FnOnce boxing for rust stable"
documentation = "https://stbuehler.github.io/rustdocs/boxfnonce/boxfnonce/"
homepage = "https://github.com/stbuehler/rust-boxfnonce"
repository = "https://github.com/stbuehler/rust-boxfnonce"
readme = "README.md"
keywords = ["Box", "FnOnce"]
license = "MIT"

[badges]
travis-ci = { repository = "stbuehler/rust-boxfnonce" }
appveyor = { repository = "stbuehler/rust-boxfnonce" }

[dependencies]