# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gqdb" version = "0.1.0-alpha.1" authors = ["Gabriel Velo "] description = "Core lib for the global QSO database" homepage = "https://github.com/gvelo/gqdb" documentation = "https://docs.rs/gqdb" readme = "README.md" keywords = [ "hamradio", "logbook", "qsl", "qso", ] license = "Apache-2.0" repository = "https://github.com/gvelo/gqdb" [dependencies.anyhow] version = "1.0.75" [dependencies.codes-iso-3166] version = "0.1.5" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.2" [dependencies.secp256k1] version = "0.28.0" features = [ "global-context", "rand-std", "serde", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8"