# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "float_fast_print" version = "0.1.2" authors = ["Peter Bertok "] exclude = [".idea/*"] description = "Fast float-to-string conversion based on the Ryƫ algorithm by Ulf Adams." readme = "README.md" keywords = ["float", "f32", "f64", "serialization", "formatting"] categories = ["encoding", "value-formatting"] license = "Apache-2.0 OR MIT" repository = "https://www.github.com/peter-bertok/float_fast_print" [dev-dependencies.rand] version = "0.5.4"