# 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] edition = "2018" name = "neon-utils" version = "1.1.0" authors = ["Zac Burns "] description = "A collection of utilities for use with neon-bindings" keywords = ["neon", "node"] categories = ["web-programming", "external-ffi-bindings", "asynchronous"] license = "MIT" [dependencies.atomic-take] version = "1.0" [dependencies.faster-hex] version = "0.5" [dependencies.firestorm] version = "0.4.5" [dependencies.neon] version = "0.8" [dependencies.never] version = "0.1.0" [dependencies.primitive-types] version = "0.8" [dependencies.rustc-hex] version = "2.1" [dependencies.secp256k1] version = "0.20" features = ["recovery"] [build-dependencies.neon-build] version = "0.8.0"