# 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 = "owfs" version = "0.1.0" authors = ["Sergiy S. "] description = "Rust API for OWFS (1-Wire file system)" readme = "README.md" keywords = [ "owfs", "one-wire", "1-wire", "w1", ] license = "MIT" repository = "https://github.com/alttch/owfs-rs" [lib] name = "owfs" path = "src/lib.rs" [dependencies.libc] version = "0.2.126" [build-dependencies.num_cpus] version = "1.16.0" optional = true [build-dependencies.ureq] version = "2.9.7" optional = true [features] vendored = [ "num_cpus", "ureq", ]