# 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 = "redshirt" version = "0.1.3" authors = ["FaultyRAM "] description = "Provides support for the Redshirt 1 and Redshirt 2 data encoding schemes." readme = "README.md" keywords = ["uplink"] categories = ["encoding", "filesystem"] license = "Apache-2.0 OR MIT" repository = "https://github.com/FaultyRAM/redshirt-rs" [profile.release] lto = true codegen-units = 1 [dependencies.ring] version = "^0.16.0" optional = true [features] default = ["redshirt1", "redshirt2"] redshirt1 = [] redshirt2 = ["ring"]