# 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.56.0" name = "ls_rules" version = "0.4.1" authors = ["Bryant Luk "] include = [ "src/**/*.rs", "Cargo.toml", "CHANGELOG.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "A Little Snitch .lsrules file format model" documentation = "https://docs.rs/ls_rules/" readme = "README.md" keywords = [ "lsrules", "json", "serialization", "serde", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bluk/ls_rules" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dev-dependencies.serde_json] version = "1.0.0" [features] alloc = ["serde/alloc"] default = ["std"] std = ["serde/std"]