1[package] 2authors = ["Jorge Aparicio <jorge@japaric.io>"] 3description = "Ergonomic, checked cast functions for primitive types" 4documentation = "https://docs.rs/cast" 5keywords = ["checked", "cast", "primitive", "integer", "float"] 6license = "MIT OR Apache-2.0" 7name = "cast" 8repository = "https://github.com/japaric/cast.rs" 9version = "0.3.0" 10edition = "2018" 11 12[features] 13# Enable this to get a std::error::Error impl for convenient use with other 14# libraries. 15std = [] 16 17[dev-dependencies] 18quickcheck = "1.0.3" 19