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]
9name = "az"
10version = "1.2.1"
11edition = "2018"
12description = "Casts and checked casts"
13documentation = "https://docs.rs/az"
14repository = "https://gitlab.com/tspiteri/az"
15readme = "README.md"
16keywords = ["cast", "checked", "integer", "float"]
17categories = ["no-std"]
18license = "MIT/Apache-2.0"
19
20[features]
21fail-on-warnings = []
22