# 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-core" version = "0.0.1" authors = ["Kjetil Kjeka "] description = "The primary (core) part of the uavcan implementation in rust. Core is also fitting as this crate is and always will be no_std" keywords = ["uavcan", "can", "uav", "embedded"] categories = ["no-std", "embedded"] license = "Apache-2.0/MIT" repository = "https://github.com/kjetilkjeka/uavcan-core.rs" [dependencies.uavcan-derive] version = "0.0.1" [dependencies.bit_field] version = "0.8.0"