2018-07-12 00:44:28 -05:00
|
|
|
[package]
|
2018-07-13 19:38:51 -05:00
|
|
|
authors = ["Jorge Aparicio <jorge@japaric.io>"]
|
|
|
|
categories = ["no-std"]
|
|
|
|
description = "libm in pure Rust"
|
|
|
|
documentation = "https://docs.rs/libm"
|
|
|
|
keywords = ["libm", "math"]
|
|
|
|
license = "MIT OR Apache-2.0"
|
2018-07-12 00:44:28 -05:00
|
|
|
name = "libm"
|
2018-07-13 19:38:51 -05:00
|
|
|
repository = "https://github.com/japaric/libm"
|
2018-07-18 11:48:47 -05:00
|
|
|
version = "0.1.2"
|
2018-07-12 00:44:28 -05:00
|
|
|
|
2018-07-25 13:16:10 -05:00
|
|
|
[features]
|
|
|
|
# only used to run our test suite
|
|
|
|
checked = []
|
|
|
|
|
2018-07-12 00:44:28 -05:00
|
|
|
[workspace]
|
2018-07-12 20:19:42 -05:00
|
|
|
members = ["cb", "test-generator"]
|