# 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 = "steelmill" version = "0.0.2" description = "A resource manager (dependency injector / factory) designed for distributed systems and simulation testing" documentation = "https://docs.rs/steelmill" readme = "README.md" keywords = [ "lock-free", "leases", "fence-token", ] categories = [ "concurrency", "database-implementations", ] license = "MIT" repository = "https://github.com/crystalcld/steelmill/" [[example]] name = "hello" [dependencies.async-scoped] version = "0.7" features = ["use-tokio"] [dependencies.async-trait] version = "0.1" [dependencies.atomic-try-update] version = "0.0.2" [dependencies.erased-serde] version = "0.3" [dependencies.futures-util] version = "0.3.28" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.slog] version = "2" features = [ "max_level_trace", "release_max_level_info", "nested-values", ] [dependencies.slog-async] version = "2" features = ["nested-values"] [dependencies.slog-envlogger] version = "2" [dependencies.slog-json] version = "2" features = ["nested-values"] [dependencies.slog-term] version = "2" features = ["nested-values"] [dependencies.slog_derive] version = "0.2" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1.13" features = [ "macros", "rt-multi-thread", "test-util", ]