[package] name = "satsnet-io" version = "0.1.3" license = "CC0-1.0" authors = ["Jacky Chen "] repository = "https://github.com/sat20-labs/rust-satsnet" description = "Simple I/O traits for no-std (and std) environments" categories = ["no-std"] keywords = ["satsnet", "bitcoin", "io", "no-std"] edition = "2021" rust-version = "1.63.0" [features] default = ["std"] std = ["alloc"] alloc = []