# 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 = "serde_spaniel" version = "0.4.0" authors = ["Robin KAY "] description = "Spaniel Interactive Deserialiser for Serde" homepage = "https://github.com/komadori/serde_spaniel" readme = "README.md" keywords = [ "serde", "interactive", "console", "terminal", ] license = "MIT OR Apache-2.0" repository = "https://github.com/komadori/serde_spaniel" [dependencies.rustyline] version = "10.0" optional = true [dependencies.serde] version = "1.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_bytes] version = "0.11" [features] default = [ "stdio", "rustyline", "u8i8_variants", ] stdio = [] u8i8_variants = []