# 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" rust-version = "1.81.0" name = "isr-macros" version = "0.1.2" authors = ["Petr Benes "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for ISR" homepage = "https://github.com/vmi-rs/isr" readme = "README.md" keywords = ["isr"] license = "MIT" repository = "https://github.com/vmi-rs/isr" [lib] name = "isr_macros" path = "src/lib.rs" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.isr-core] version = "0.1.1" [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.smallvec] version = "1" features = ["serde"] [dependencies.thiserror] version = "2.0"