[package] name = "dynstack" version = "0.4.0" authors = ["Gui Andrade "] description = "A stack for trait objects that minimizes allocations" repository = "https://github.com/archshift/dynstack" license = "MIT" readme = "README.md" edition = "2018" [dev-dependencies] criterion = "0.1.2" [[bench]] name = "comparisons" harness = false [features] default = ["std"] # Enables std. Currently used to make tests work. But the library itself # works without the standard library. std = []