# 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 = "rusty-asm" version = "0.2.1" authors = ["Jeremy Davis "] include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT"] description = "A layer of syntactic sugar between Rust and inline assembly" readme = "README.md" keywords = ["assembly", "assembler"] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/jeremydavis519/rusty-asm" [lib] crate-type = ["proc-macro"] [dependencies.proc-macro2] version = "0.4" [dependencies.quote] version = "0.6" [dependencies.syn] version = "0.15" features = ["clone-impls", "derive", "full", "parsing", "printing", "visit-mut", "extra-traits"] default-features = false [dependencies.unicode-xid] version = "0.1" [dev-dependencies.runtime-macros] version = "0.3" [features] default = [] proc-macro = ["proc-macro2/nightly", "proc-macro2/proc-macro"] [badges.coveralls] branch = "master" repository = "jeremydavis519/rusty-asm" service = "github" [badges.travis-ci] branch = "master" repository = "jeremydavis519/rusty-asm"