# 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 = "vanadium" version = "0.0.9" authors = ["Lokathor "] description = "A very basic terminal interaction lib (windows / unix)." license = "Zlib" repository = "https://github.com/Lokathor/vanadium" [dependencies.bytemuck] version = "1" optional = true [dependencies.chlorine] version = "1" [dependencies.tinyvec] version = "0.3" features = ["grab_spare_slice"] [features] default = ["bytemuck"] [target."cfg(unix)".dependencies.libc] version = "0.2" default-features = false [target."cfg(windows)".dependencies.fenestroj] version = "0.0.9" features = ["consoleapi", "processenv", "winuser"]