# 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" rust-version = "1.69" name = "product-os-cursor" version = "0.0.1" authors = ["Jeremy de Oliveira-Kumar "] build = false exclude = [] include = [] autobins = true autoexamples = true autotests = true autobenches = true description = "Product OS : Cursor is a derivative of the nostd_cursor crate forked for additional needs." readme = "readme.md" keywords = ["product-os"] categories = [] license = "AGPL-3.0-only" resolver = "2" [dependencies.byteorder] version = "1.4.3" features = [] optional = true default-features = false [dependencies.no-std-compat] version = "0.4.1" features = ["alloc"] optional = false [features] byteorder = ["dep:byteorder"] default = [ "std", "byteorder", ] std = [] stream = []