File: Cargo.toml.orig

package info (click to toggle)
rust-mockstream 0.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "mockstream"
version = "0.0.3"
authors = ["Alex Bogma <bitfield.alex@gmail.com>"]
license = "MIT"
description = "Stream (Read+Write traits) implementations to be used to mock real streams in tests."
repository = "https://github.com/lazy-bitfield/rust-mockstream"
readme = "README.md"
keywords = ["test", "stream", "io", "mock"]

[lib]
name = "mockstream"
path = "src/lib.rs"
test = true