# 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 = "oblivious_state_machine" version = "0.6.5" authors = ["victor.ermolaev@ing.com"] description = "This crate defines an abstraction level to conveniently describe state machines." homepage = "https://github.com/vnermolaev/oblivious-state-machine" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.downcast-rs] version = "1.2.0" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21.2" features = [ "sync", "time", ] [dependencies.tracing] version = "0.1.36" optional = true [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.tokio] version = "1.21.2" features = [ "rt", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3.15" [features] tracing = ["dep:tracing"]