1 | # Copyright © 2019–2021 Trevor Spiteri |
2 | |
3 | # Copying and distribution of this file, with or without modification, |
4 | # are permitted in any medium without royalty provided the copyright |
5 | # notice and this notice are preserved. This file is offered as-is, |
6 | # without any warranty. |
7 | |
8 | [package] |
9 | name = "az" |
10 | version = "1.2.1" |
11 | edition = "2018" |
12 | description = "Casts and checked casts" |
13 | documentation = "https://docs.rs/az" |
14 | repository = "https://gitlab.com/tspiteri/az" |
15 | readme = "README.md" |
16 | keywords = ["cast" , "checked" , "integer" , "float" ] |
17 | categories = ["no-std" ] |
18 | license = "MIT/Apache-2.0" |
19 | |
20 | [features] |
21 | fail-on-warnings = [] |
22 | |