iridium 0.0.33

A resilient VM for the Palladium language
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 = "iridium"
version = "0.0.33"
authors = ["Fletcher Haynes <fletcher@subnetzero.io>"]
description = "A resilient VM for the Palladium language"
homepage = "https://iridium.rs"
license = "MIT"
repository = "https://gitlab.com/subnetzero/iridium"
[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3

[[bin]]
name = "iridium"

[[bench]]
name = "iridium"
harness = false
[dependencies.bincode]
version = "1.0.1"

[dependencies.byteorder]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.32"
features = ["yaml"]

[dependencies.env_logger]
version = "0.5.13"

[dependencies.log]
version = "0.4"

[dependencies.nom]
version = "^4.0"

[dependencies.num_cpus]
version = "1.0"

[dependencies.serde]
version = "1.0.80"

[dependencies.serde_derive]
version = "1.0.80"

[dependencies.uuid]
version = "0.7"
features = ["v4"]
[dev-dependencies.criterion]
version = "0.2"