# 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 = "votable" version = "0.6.2" authors = [ "F.-X. Pineau ", "T. Dumortier ", ] build = false exclude = ["resources"] autobins = false autoexamples = false autotests = false autobenches = false description = """ Rust implementation of a VOTable serializer/deserializer with support for format other than XML, such as JSON, TOML or YAML. """ homepage = "https://github.com/cds-astro/cds-votable-rust/" documentation = "https://docs.rs/votable" readme = "README.md" keywords = [ "ivoa", "votable", "xml", "json", "toml", ] categories = [ "encoding", "science", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/cds-astro/cds-votable-rust/" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "votable" path = "src/lib.rs" test = true doctest = true bench = true [dependencies.base64] version = "0.21" [dependencies.bitvec] version = "1" features = [ "std", "alloc", "serde", ] [dependencies.bstringify] version = "0.1" [dependencies.byteorder] version = "1.4" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2.7" [dependencies.once_cell] version = "1.18" [dependencies.paste] version = "1.0" [dependencies.quick-error] version = "2.0" [dependencies.quick-xml] version = "0.23" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = [ "preserve_order", "float_roundtrip", ] [dependencies.serde_yaml] version = "0.9" [dependencies.toml] version = "0.8" [dependencies.ucs2] version = "0.3" [features] default = [] mivot = []