# 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] edition = "2018" name = "lc3-isa" version = "0.1.0-alpha0" authors = ["UT UTP "] description = "Types and friends for the LC-3 ISA." homepage = "https://utp.tools" readme = "README.md" keywords = ["lc-3", "isa", "utp"] categories = ["no-std", "simulation"] license = "MPL-2.0" repository = "http://github.com/ut-utp/prototype" [dependencies.arbitrary] version = "0.4.1" features = ["derive"] optional = true [dependencies.lc3-macros] version = "0.1.0-alpha0" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.itertools] version = "0.9.0" [dev-dependencies.pretty_assertions] version = "0.6.1" [features] default = ["no_std"] nightly-const = [] no_std = [] strict = [] [badges.codecov] branch = "master" repository = "ut-utp/prototype" service = "github" [badges.github-actions] repository = "ut-utp/prototype" workflow = "isa" [badges.is-it-maintained-issue-resolution] repository = "ut-utp/prototype" [badges.is-it-maintained-open-issues] repository = "ut-utp/prototype" [badges.maintenance] status = "actively-developed"