[go: up one dir, main page]

deterministic 0.0.9

deterministic building blocks for testable systems
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 = "deterministic"
version = "0.0.9"
authors = ["Tyler Neely <t@jujit.su>"]
description = "deterministic building blocks for testable systems"
homepage = "https://github.com/spacejam/sled/tree/master/crates/deterministic"
documentation = "https://docs.rs/deterministic/"
keywords = ["testing", "realtime-scheduler"]
license = "MIT/Apache-2.0"
repository = "https://github.com/spacejam/sled"
[dependencies.bincode]
version = "1.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"