# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "uavcan" version = "0.1.0-preview0" authors = ["Kjetil Kjeka "] description = "Full functionality reference implementation of uavcan in Rust" homepage = "https://uavcan.org/Implementations/Uavcan.rs/" readme = "README.md" keywords = ["uavcan", "can", "uav", "embedded"] categories = ["no-std", "embedded"] license = "Apache-2.0/MIT" repository = "https://github.com/UAVCAN/uavcan.rs" [dependencies.bit_field] version = "0.8.0" [dependencies.embedded_types] version = "0.3.0" [dependencies.half] version = "1.0.0" default-features = false [dependencies.uavcan-derive] version = "0.1.0-preview0" [dependencies.ux] version = "0.0.1" default-features = false [features] default = [] std = ["ux/std", "half/std"]