Cargo Features
[dependencies]
convert2json = { version = "2.2.1", default-features = false, features = ["jq", "to_json", "bson", "cbor", "csv", "ini", "messagepack", "plist", "rsv", "toml", "xml", "yaml", "bson2json", "bsonq", "cbor2json", "cborq", "csv2json", "cq", "ini2json", "iq", "msg2json", "msgq", "plist2json", "plistq", "rsv2json", "rq", "toml2json", "tq", "xml2json", "xq", "yaml2json", "yq"] }
- default = bson, cbor, csv, ini, messagepack, plist, rsv, toml, xml, yaml
-
These default features are set whenever
convert2json
is added without
somewhere in the dependency tree.default-features = false - jq = bsonq, cborq, cq, iq, msgq, plistq, rq, tq, xq, yq
- to_json = bson2json, cbor2json, csv2json, ini2json, msg2json, plist2json, rsv2json, toml2json, xml2json, yaml2json
- bson default = bson2json, bsonq
- cbor default = cbor2json, cborq
- csv default = cq, csv2json
- ini default = ini2json, iq
- messagepack default = msg2json, msgq
- plist default = plist2json, plistq
- rsv default = rq, rsv2json
- toml default = toml2json, tq
- xml default = xml2json, xq
- yaml default = yaml2json, yq
- bson2json bson to_json?
-
Enables bson
Required by the bson2json binary
- bsonq bson jq?
-
Enables bson
Required by the bsonq binary
- cbor2json cbor to_json?
-
Enables ciborium
Required by the cbor2json binary
- cborq cbor jq?
-
Enables ciborium
Required by the cborq binary
- csv2json csv to_json?
-
Required by the csv2json binary
- cq csv jq?
-
Required by the cq binary
- ini2json ini to_json?
-
Enables serde_ini
Required by the ini2json binary
- iq ini jq?
-
Enables serde_ini
Required by the iq binary
- msg2json messagepack to_json?
-
Enables rmp-serde
Required by the msg2json binary
- msgq jq? messagepack
-
Enables rmp-serde
Required by the msgq binary
- plist2json plist to_json?
-
Enables plist
Required by the plist2json binary
- plistq jq? plist
-
Enables plist
Required by the plistq binary
- rsv2json rsv to_json?
-
Enables rsv-core
Required by the rsv2json binary
- rq jq? rsv
-
Enables rsv-core
Required by the rq binary
- toml2json to_json? toml
-
Enables toml
Required by the toml2json binary
- tq jq? toml
-
Enables toml
Required by the tq binary
- xml2json to_json? xml
-
Enables quick-xml
Required by the xml2json binary
- xq jq? xml
-
Enables quick-xml
Required by the xq binary
- yaml2json to_json? yaml
-
Enables serde_yaml and yaml-split
Required by the yaml2json binary
- yq jq? yaml
-
Enables serde_yaml and yaml-split
Required by the yq binary