# 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 = "r3_portkit" version = "0.2.3" description = "Utilities for writing a port of R3" keywords = [ "r3", "simulator", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/r3-os/r3" [package.metadata.docs.rs] all-features = true targets = [] rustdoc-args = [ "--html-in-header", "src/common.md", ] [dependencies.num-rational] version = "0.4.0" default-features = false [dependencies.r3_core_ks] version = "0.1.4" package = "r3_core" [dependencies.r3_kernel] version = "0.1.4" [dependencies.svgbobdoc] version = "0.3.0" [dev-dependencies.env_logger] version = "0.8.4" [dev-dependencies.itertools] version = "0.10.0" [dev-dependencies.log] version = "0.4.8" [dev-dependencies.num-integer] version = "0.1.43" default-features = false [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [features] doc = ["svgbobdoc/enable"]