# 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 = "moontime" version = "0.2.1" authors = ["Joshua Vander Hook "] description = "A simple serverless NAIF SPICE lookup server" homepage = "https://space.jodavaho.io" readme = "README.md" license = "MIT" repository = "https://github.com/jodavaho/moontime" [profile.release] lto = true strip = true [dependencies.axum] version = "0.7.4" [dependencies.chrono] version = "0.4.31" [dependencies.lambda_http] version = "0.9.2" [dependencies.rust-spice] version = "0.7.8" features = ["lock"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" features = [ "float_roundtrip", "arbitrary_precision", ] [dependencies.time] version = "0.3.34" features = ["serde-well-known"] [dependencies.tokio] version = "1.36.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"