# 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 = "tmcl" version = "0.1.0-beta0" authors = ["Kjetil Kjeka "] description = "Trinamic Motion Control Language" readme = "README.md" keywords = ["Trinamic", "TMCL", "can", "RS232", "RS485"] categories = ["embedded", "no-std", "hardware-support"] license = "Apache-2.0/MIT" repository = "https://github.com/kjetilkjeka/tmcl.git" [dependencies.interior_mut] version = "0.1" default-features = false [dependencies.socketcan] version = "1.7" optional = true [features] std = ["interior_mut/std"] [badges.travis-ci] branch = "master" repository = "kjetilkjeka/tmcl"