File: Cargo.toml.orig

package info (click to toggle)
rust-fragile 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 212 kB
  • sloc: makefile: 24
file content (14 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "fragile"
version = "2.0.0"
license = "Apache-2.0"
description = "Provides wrapper types for sending non-send values to other threads."
readme = "README.md"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
repository = "https://github.com/mitsuhiko/fragile"
homepage = "https://github.com/mitsuhiko/fragile"
keywords = ["send", "cell", "non-send", "send-wrapper", "failure"]
edition = "2018"

[dependencies]
slab = { version = "0.4.5", optional = true }