# 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 = "2018" name = "arf-strings" version = "0.7.2" authors = ["Dan Gohman "] exclude = ["/.github"] description = "Encoding and decoding for ARF strings" documentation = "https://docs.rs/arf-strings" readme = "README.md" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/bytecodealliance/arf-strings" [target."cfg(not(windows))".dependencies.rustix] version = "0.38.0"