# 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" rust-version = "1.70.0" name = "galileo-osnma" version = "0.8.0" authors = ["Daniel Estevez "] exclude = ["/.github"] description = "Galileo OSNMA (Open Service Navigation Message Authentication)" homepage = "https://github.com/daniestevez/galileo-osnma/" readme = "README.md" keywords = [ "galileo", "gnss", "osnma", "authentication", "cryptography", ] categories = [ "aerospace::space-protocols", "authentication", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/daniestevez/galileo-osnma/" [package.metadata.docs.rs] features = ["galmon"] [dependencies.aes] version = "0.8" [dependencies.bitvec] version = "1" default-features = false [dependencies.bytes] version = "1.1" optional = true [dependencies.cmac] version = "0.7" [dependencies.crypto-common] version = "0.1" [dependencies.ecdsa] version = "0.16" [dependencies.generic-array] version = "1.0" [dependencies.hmac] version = "0.12" [dependencies.log] version = "0.4" [dependencies.p256] version = "0.13" features = ["ecdsa"] default-features = false [dependencies.p521] version = "0.13" features = ["ecdsa"] optional = true default-features = false [dependencies.prost] version = "0.12" optional = true [dependencies.sha2] version = "0.10" default-features = false [dependencies.sha3] version = "0.10" default-features = false [dependencies.signature] version = "2.2" [dependencies.typenum] version = "1.15" [dev-dependencies.hex-literal] version = "0.4" [build-dependencies.prost-build] version = "0.12" optional = true [features] default = ["p521"] galmon = [ "bytes", "prost", "prost-build", "std", ] std = []