# 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 = "2018" name = "selfe-config" version = "0.2.1" authors = ["Russell Mull ", "Zachary Pierce "] description = "A seL4 configuration format, managed by a library" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/auxoncorp/selfe-sys" resolver = "2" [lib] name = "selfe_config" path = "src/lib.rs" [[bin]] name = "selfe" path = "src/main.rs" doctest = false required-features = ["bin"] [dependencies.clap] version = "2.33.0" optional = true default-features = false [dependencies.toml] version = "0.5" [dev-dependencies.tempfile] version = "3" [features] bin = ["clap"] default = []