# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yago" version = "4.0.0" authors = ["Thomas Pellissier Tanon "] include = ["LICENSE.md", "README.md", "rustfmt.toml", "CHANGELOG.md"] description = "RDFS knowledge base, collection of facts based on Wikidata" homepage = "https://yago-knowledge.org" documentation = "https://docs.rs/yago/" readme = "README.md" keywords = ["knowledge", "base", "RDFS"] categories = ["command-line-utilities", "science"] license = "GPL-3.0-or-later" repository = "https://github.com/yago-naga/yago4" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.test] opt-level = 1 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [[bin]] name = "yago4" path = "src/main.rs" edition = "2018" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.crossbeam] version = "0.8" [dependencies.failure] version = "0.1" [dependencies.flate2] version = "1.0" features = ["cloudflare_zlib"] default-features = false [dependencies.percent-encoding] version = "2" [dependencies.regex] version = "1" [dependencies.rio_api] version = "0.5" [dependencies.rio_turtle] version = "0.5" [dependencies.rocksdb] version = "0.15" [dependencies.url] version = "2" [badges.maintenance] status = "actively-developed"