# 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" rust-version = "1.75" name = "supertrees" version = "0.1.2" authors = ["Brenden Matthews "] description = "Supervision trees for Tokio-based services inspired by Erlang/OTP" documentation = "https://docs.rs/supertrees" readme = "README.md" keywords = [] categories = [] license = "LGPL-3.0-only" repository = "https://github.com/brndnmtthws/supertrees" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "time", ] [dev-dependencies.test-log] version = "0.2"