# 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" name = "mms-rs" version = "2.0.0" description = "A port of the mms-cpp library for the micromouse simulator mms" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/hardliner66/mms-rs" [lib] crate-type = [ "rlib", "cdylib", ] [[example]] name = "minimal-bot" [dependencies.cbindgen] version = "0.24.5" [dependencies.thiserror] version = "1.0.40" [build-dependencies.cbindgen] version = "0.24.5" optional = true [build-dependencies.csbindgen] version = "1.7.3" optional = true [features] c_api = [ "c_api_internal", "cbindgen", ] c_api_internal = ["use_panics"] cpp_api = [ "c_api_internal", "cbindgen", ] cxx_api = ["cpp_api"] default = [ "c_api", "cxx_api", ] dotnet = [ "c_api_internal", "csbindgen", ] use_panics = []