[package] name = "can-bit-timings" version = "1.1.0" authors = ["Pavel Pletenev "] edition = "2018" license = "MPL-2.0" description = "This is a procedural macro to calculate CAN bus timings" documentation = "https://docs.rs/can-bit-timings" repository = "https://github.com/ASMfreaK/can_bit_timings" categories = [ "embedded", "no-std", "config" ] keywords = ["can-bus", "convenience"] readme="README.md" [[test]] name = "tests" path = "tests/progress.rs" [dev-dependencies] trybuild = { version = "1.0", features = ["diff"] } assert_hex = "0.2.2" [dependencies] can-bit-timings-core = { version = "1.1.0", path = "core" } can-bit-timings-proc-macro = { version = "1.1.0", path = "proc-macro" } [workspace] members = [ "core", "proc-macro", ".", ]