# 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 = "bitcoin-amount" version = "0.1.4" authors = ["Jean Pierre Dudey "] description = "Safe manipulation of bitcoin amounts" homepage = "https://github.com/jeandudey/rust-bitcoin-amount" documentation = "https://docs.rs/bitcoin-amount" readme = "README.md" keywords = ["bitcoin", "cryptocurrency"] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/jeandudey/rust-bitcoin-amount" [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" features = ["arbitrary_precision"] optional = true [dependencies.strason] version = "0.4" optional = true [badges.travis-ci] branch = "master" repository = "jeandudey/rust-bitcoin-amount"