[package] name = "pui-cell" version = "0.5.1" authors = ["RustyYato "] edition = "2018" keywords = ["identifier", "unique", "cell"] categories = ["no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/RustyYato/pui" description = "An append only vector, with guaranteed elided bounds checks" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pui-core = { path = '../core', version = '0.5.2', default-features = false } typsy = { git = 'https://github.com/RustyYato/typsy', version = '0.1', branch = 'main', default-features = false }