# 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 = "ir_aquila" version = "0.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate is a personal utility library, not for public use(yet)" homepage = "https://github.com/IceRabbit1999/ir_aquila" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/IceRabbit1999/ir_aquila" [lib] name = "ir_aquila" path = "src/lib.rs" [[example]] name = "usage" path = "examples/usage.rs" [dependencies.ir_arcane] version = "0.0.2" [dev-dependencies.snafu] version = "0.8.4"