# 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 = "sinais" version = "0.1.0" description = "A simple signal event library" license = "MIT" repository = "https://github.com/patrickelectric" resolver = "1" [lib] [[test]] name = "simple" bench = true [dependencies.lazy_static] version = "1" [dependencies.sinais_macro] version = "0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.7.0" features = [ "v4", "fast-rng", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_derive2] version = "0.1.21" [dev-dependencies.random_name_generator] version = "0.3.6" [dev-dependencies.test-log] version = "0.2.15"