# 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 = "salish" version = "0.1.0-dev.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Messaging Library" homepage = "https://github.com/boondocklabs/salish" documentation = "https://docs.rs/salish" readme = "README.md" license = "MIT" repository = "https://github.com/boondocklabs/salish" [lib] name = "salish" path = "src/lib.rs" [[example]] name = "app" path = "examples/app.rs" [dependencies.anylock] version = "0.1.0" [dependencies.colored] version = "2.1.0" [dependencies.rayon] version = "1.10.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-test] version = "0.2.5" [dev-dependencies.tracing-test] version = "0.2.5"