rustracing 0.1.7

OpenTracing API 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]
name = "rustracing"
version = "0.1.7"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "OpenTracing API for Rust"
homepage = "https://github.com/sile/rustracing"
readme = "README.md"
keywords = ["opentracing"]
license = "MIT"
repository = "https://github.com/sile/rustracing"
[dependencies.backtrace]
version = "0.3"
optional = true

[dependencies.rand]
version = "0.5"

[dependencies.trackable]
version = "0.2"

[features]
default = ["stacktrace"]
stacktrace = ["backtrace"]
[badges.codecov]
repository = "sile/rustracing"

[badges.travis-ci]
repository = "sile/rustracing"