# 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 = "kuliya" version = "0.1.2" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library for querying Algerian education dataset." readme = "README.md" license = "MIT" [package.metadata.docs.rs] all-features = true [lib] name = "kuliya" path = "src/lib.rs" [dependencies.nest_struct] version = "0.5.2" [dependencies.serde] version = "1.0.194" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.110" optional = true [build-dependencies.serde] version = "1.0.194" features = ["derive"] [build-dependencies.serde_json] version = "1.0.110" features = ["preserve_order"] [features] default = ["static"] serde_derive = [ "dep:serde", "dep:serde_json", ] static = [] storage = ["serde_derive"]