# 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 = "dji-log-parser" version = "0.5.4" authors = ["Luc Vauvillier "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Library for parsing DJI txt logs" readme = "README.md" keywords = [ "dji", "UAV", "parser", "drones", ] categories = [ "aerospace::drones", "aerospace::protocols", "parser-implementations", "parsing", ] license = "MIT" repository = "https://github.com/lvauvillier/dji-log-parser" [lib] name = "dji_log_parser" path = "src/lib.rs" [dependencies.aes] version = "0.8" [dependencies.base64] version = "0.21.5" [dependencies.binrw] version = "0.13.1" [dependencies.cbc] version = "0.1" [dependencies.chrono] version = "0.4.31" features = [ "serde", "serde", ] [dependencies.crc64] version = "2.0.0" [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [features] native-async = ["async-channel"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.async-channel] version = "2.0" optional = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.ureq] version = "2.0" features = [ "json", "json", ] [target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen] version = "0.4" [target.'cfg(target_arch = "wasm32")'.dependencies.tsify-next] version = "0.5.3" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] version = "0.4.42" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3" features = [ "Headers", "Request", "RequestInit", "Response", ]