testeranto_rusto 0.5.0

Rust implementation of Testeranto
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 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 = "2021"
name = "testeranto_rusto"
version = "0.5.0"
authors = ["Testeranto Team"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of Testeranto"
readme = "README.md"
license = "MIT"

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

[[example]]
name = "calculator"
path = "examples/calculator.rs"

[[example]]
name = "calculator_complete_test"
path = "examples/calculator_complete_test.rs"

[[example]]
name = "calculator_test"
path = "examples/calculator_test.rs"

[[example]]
name = "calculator_test_implementation"
path = "examples/calculator_test_implementation.rs"

[[example]]
name = "calculator_test_specification"
path = "examples/calculator_test_specification.rs"

[[example]]
name = "interoperability_demo"
path = "examples/interoperability_demo.rs"

[[example]]
name = "simple_test"
path = "examples/simple_test.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.quote]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
    "extra-traits",
]

[dependencies.tempfile]
version = "3.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]