# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "dvcompute_results_branch"
version = "2.0.0"
authors = ["David Sorokin <davsor@mail.ru>"]
description = "Discrete event simulation library (support of simulation results for nested simulation)"
homepage = "https://gitflic.ru/project/dsorokin/dvcompute"
readme = "README.md"
keywords = ["simulation"]
categories = ["simulation"]
license = "MPL-2.0"
repository = "https://gitflic.ru/project/dsorokin/dvcompute"

[lib]
path = "src/lib.rs"

[dependencies.dvcompute_dist]
version = "2.0.0"
optional = true
package = "dvcompute_branch"

[dependencies.dvcompute_gpss_dist]
version = "2.0.0"
optional = true
package = "dvcompute_gpss_branch"

[dependencies.dvcompute_utils]
version = "2.0.0"

[features]
branch_mode = [
    "dvcompute_dist/branch_mode",
    "dvcompute_gpss_dist/branch_mode",
]
branch_wasm_mode = [
    "dvcompute_dist/branch_wasm_mode",
    "dvcompute_gpss_dist/branch_wasm_mode",
]
default = ["branch_mode"]