[package] name = "extstd" version = "0.5.1" edition = "2021" license = "GPL-3.0+" description = "A library of utilities intended as an extension of the standard library." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.53" thiserror = "1.0.30" crossbeam = "0.8.2"