# 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 = "chrome-native" version = "1.0.0" description = "api for chrome-native" license = "GPL-3.0" [dependencies.chrome-native-macros] version = "1.0.0" optional = true [dependencies.serde] version = "1.0.143" optional = true [dependencies.serde_json] version = "1.0.83" optional = true [dependencies.thiserror] version = "1.0.32" [features] default = ["serde"] macros = ["dep:chrome-native-macros"] serde = [ "dep:serde", "dep:serde_json", ]