# 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 = "rust_flightplan" version = "1.1.1" authors = ["Lucas Greuloch (greluc) "] build = false exclude = [ ".gitlab/*", "config/*", "data/*", "res/*", ".gitlab-ci.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Loads a flight plan from SimBrief and decodes it." homepage = "https://gitlab.com/flightsimtools/r-fst/r-fp" readme = "README.md" keywords = [ "flightplan", "simbrief", "flightsimulator", "flightsimulation", ] categories = [ "data-structures", "game-development", ] license = "MIT" repository = "https://gitlab.com/flightsimtools/r-fst/r-fp" [profile.release] opt-level = 3 lto = true codegen-units = 1 incremental = true strip = "symbols" [lib] name = "rust_flightplan" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dev-dependencies.tokio] version = "1.40.0" [dev-dependencies.tokio-macros] version = "2.4.0"