runit 0.1.0

A test framework for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "runit"
version = "0.1.0"
authors = ["Jean SIMARD <woshilapin@tuziwo.info>"]
description = "A test framework for Rust"
homepage = "https://gitlab.com/woshilapin/runit"
documentation = "https://docs.rs/runit"
readme = "README.md"
keywords = ["test", "assert"]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://gitlab.com/woshilapin/runit"
[package.metadata.docs.rs]
all-features = true

[dependencies]
[badges.codecov]
branch = "master"
repository = "https://codecov.io/gl/woshilapin/runit"
service = "gitlab"

[badges.gitlab]
branch = "master"
repository = "https://gitlab.com/woshilapin/runit"

[badges.maintenance]
status = "actively-maintained"