# 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 = "compose-rt" version = "0.12.0" authors = ["cksac "] description = "A positional memoization runtime similar to Jetpack Compose Runtime." homepage = "https://github.com/cksac/compose-rt" readme = "README.md" keywords = [ "memoization", "tree", "gui", "caching", "computation", ] categories = [ "caching", "gui", "data-structures", ] license = "MIT/Apache-2.0" repository = "https://github.com/cksac/compose-rt" [dependencies.compose-derive] version = "0.1" [dependencies.downcast-rs] version = "1.2" [dependencies.log] version = "0.4" [dependencies.lru] version = "0.7" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.fake] version = "2.4"