[package] name = "softfp" version = "0.1.0" authors = ["Gary Guo "] edition = "2018" description = "Software floating point operation library" categories = ["no_std", "mathematics"] keyword = ["float", "softfloat"] repository = "https://github.com/nbdd0121/softfp" license = "MIT OR Apache-2.0" [dependencies] bitflags = "1.1" [features] register = [] default = ["register"]