# 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 = "rust-fr" version = "1.0.1" description = "a simple, non-self-describing data-interchange format." readme = "README.md" keywords = [ "rust_fr", "encoding", "data-interchange", "format", "serde", ] categories = [ "encoding", "data-structures", ] license-file = "LICENSE.md" repository = "https://github.com/is-it-ayush/rust-fr" [lib] name = "rust_fr" path = "src/lib.rs" [dependencies.bitvec] version = "1.0.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.ciborium] version = "0.2.2" [dev-dependencies.rmp-serde] version = "1.1.2" [dev-dependencies.serde_json] version = "1"