# 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 = "camm" version = "0.1.0" authors = ["Apps4u_co"] description = "WIP camm implementation" documentation = "https://docs.rs/camm" keywords = [ "metadata", "camera", "sensors", "geospatial", ] categories = [ "data-structures", "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/apps4uco/camm" [dependencies.anyhow] version = "1.0.70" [dependencies.byteorder] version = "1.4.3" optional = true [dependencies.chrono] version = "0.4.24" [dependencies.num_enum] version = "0.5.11" [dependencies.tracing] version = "0.1.37" features = [ "max_level_debug", "release_max_level_info", ] [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.16" [features] default = ["byteorder"]