# 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 = "agdb" version = "0.9.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Agnesoft Graph Database" homepage = "https://github.com/agnesoft/agdb" documentation = "https://github.com/agnesoft/agdb" readme = "README.md" keywords = [ "graph", "database", ] categories = [ "database", "database-implementations", ] license = "Apache-2.0" repository = "https://github.com/agnesoft/agdb" [lib] name = "agdb" path = "src/lib.rs" [[test]] name = "db_test" path = "tests/db_test.rs" [[test]] name = "db_user_value_test" path = "tests/db_user_value_test.rs" [[test]] name = "efficient_agdb" path = "tests/efficient_agdb.rs" [[test]] name = "insert_aliases_test" path = "tests/insert_aliases_test.rs" [[test]] name = "insert_edges_test" path = "tests/insert_edges_test.rs" [[test]] name = "insert_index_test" path = "tests/insert_index_test.rs" [[test]] name = "insert_nodes_test" path = "tests/insert_nodes_test.rs" [[test]] name = "insert_values_test" path = "tests/insert_values_test.rs" [[test]] name = "quickstart" path = "tests/quickstart.rs" [[test]] name = "remove_aliases_test" path = "tests/remove_aliases_test.rs" [[test]] name = "remove_edges_test" path = "tests/remove_edges_test.rs" [[test]] name = "remove_index_test" path = "tests/remove_index_test.rs" [[test]] name = "remove_nodes_test" path = "tests/remove_nodes_test.rs" [[test]] name = "remove_values_test" path = "tests/remove_values_test.rs" [[test]] name = "search_elements_test" path = "tests/search_elements_test.rs" [[test]] name = "search_index_test" path = "tests/search_index_test.rs" [[test]] name = "search_test" path = "tests/search_test.rs" [[test]] name = "search_where_test" path = "tests/search_where_test.rs" [[test]] name = "select_aliases_test" path = "tests/select_aliases_test.rs" [[test]] name = "select_edge_count_test" path = "tests/select_edge_count_test.rs" [[test]] name = "select_indexes_test" path = "tests/select_indexes_test.rs" [[test]] name = "select_key_count_test" path = "tests/select_key_count_test.rs" [[test]] name = "select_keys" path = "tests/select_keys.rs" [[test]] name = "select_node_count_test" path = "tests/select_node_count_test.rs" [[test]] name = "select_test" path = "tests/select_test.rs" [[test]] name = "select_values_test" path = "tests/select_values_test.rs" [dependencies.agdb_derive] version = "0.9.2" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.utoipa] version = "4" optional = true [dev-dependencies.serde_json] version = "1" [features] default = ["derive"] derive = ["dep:agdb_derive"] openapi = ["dep:utoipa"] serde = ["dep:serde"]