[package]
edition = "2018"
name = "gpoint"
version = "0.3.0"
authors = ["Xavier Bestel <xav@bes.tel>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """Wrapper for using C's `printf("%g")` format for your floating point output"""
documentation = "https://docs.rs/gpoint"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bestouff/gpoint"
[features]
default = []
libc = ["dep:libc"]
[lib]
name = "gpoint"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
optional = true